Uses of Class
org.openmobilealliance.schema.sti.v1_0.Transformations

Packages that use Transformations
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 Transformations in org.alembik.util
 

Methods in org.alembik.util that return Transformations
static Transformations OMAUtils.getTransformations(Media media)
          Returns the transformations holder from the given media object.
 

Uses of Transformations in org.openmobilealliance.schema.sti.v1_0
 

Methods in org.openmobilealliance.schema.sti.v1_0 that return Transformations
 Transformations ObjectFactory.createTransformations()
          Create an instance of Transformations
 Transformations Video.VideoAudio.getTransformations()
          Gets the value of the transformations property.
 Transformations Video.VideoVisual.getTransformations()
          Gets the value of the transformations property.
 Transformations Media.getTransformations()
          Gets the value of the transformations property.
 

Methods in org.openmobilealliance.schema.sti.v1_0 with parameters of type Transformations
 void Video.VideoAudio.setTransformations(Transformations value)
          Sets the value of the transformations property.
 void Video.VideoVisual.setTransformations(Transformations value)
          Sets the value of the transformations property.
 void Media.setTransformations(Transformations value)
          Sets the value of the transformations property.