|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transformation | |
---|---|
org.alembik.util | Provides the utility classes handling transcoding request and response objects. |
org.openmobilealliance.schema.sti.v1_0 | Provides all the DTO classes defined by OMA-STI v1_0. |
Uses of Transformation in org.alembik.util |
---|
Methods in org.alembik.util that return Transformation | |
---|---|
static Transformation |
OMAUtils.findTransformation(Media media,
java.lang.String name)
Returns a transformation of the specified type from the given media instance, if such exists. |
static Transformation |
OMAUtils.removeTransformation(Media media,
java.lang.String name)
Removes a transformation of the specified type from the given media instance, if such exists. |
static Transformation |
OMAUtils.removeTransformation(TranscodingJob job,
java.lang.String name)
Removes a transformation of the specified type from the given transcoding job, if such exists. |
static Transformation |
OMAUtils.setTransformation(Media media,
java.lang.String name)
Adds a transformation of the desired type to the given media instance, if such does not exist. |
Methods in org.alembik.util with parameters of type Transformation | |
---|---|
static Properties |
OMAUtils.getAttributeProperties(Transformation transformation)
Returns the attributes holder of the given transformation. |
Uses of Transformation in org.openmobilealliance.schema.sti.v1_0 |
---|
Methods in org.openmobilealliance.schema.sti.v1_0 that return Transformation | |
---|---|
Transformation |
ObjectFactory.createTransformation()
Create an instance of Transformation |
Methods in org.openmobilealliance.schema.sti.v1_0 that return types with arguments of type Transformation | |
---|---|
java.util.List<Transformation> |
Transformations.getTransformation()
Gets the value of the transformation property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |