| Package | Description |
|---|---|
| org.ocap.hn.transformation |
| Modifier and Type | Method and Description |
|---|---|
abstract Transformation[] |
TransformationManager.getDefaultTransformations()
Returns the currently-set default transformation.
|
abstract Transformation[] |
TransformationManager.getSupportedTransformations()
Gets all of the transformation permutations the Host device supports.
|
abstract Transformation[] |
TransformationManager.getTransformations(ContentItem item)
Returns the applied transformations for the content item.
|
abstract Transformation[] |
TransformationManager.setDefaultTransformations(Transformation[] transformations)
Sets the default transformations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransformationListener.notifyTransformationFailed(ContentItem contentItem,
Transformation transformation,
int reasonCode)
Callback indicating the content binary representation for the
transformation could not be created.
|
void |
TransformationListener.notifyTransformationReady(ContentItem contentItem,
Transformation transformation)
Callback indicating the
ContentResource for the
transformation has been created. |
abstract Transformation[] |
TransformationManager.setDefaultTransformations(Transformation[] transformations)
Sets the default transformations.
|
abstract void |
TransformationManager.setTransformations(ContentItem[] items,
Transformation[] transformations)
Applies specific transformations for a set of content items.
|
abstract void |
TransformationManager.setTransformations(Transformation[] transformations)
Applies the transformations to all existing local content items that
represent network operator content.
|
Copyright © 2013 CableLabs. All Rights Reserved.