|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MediaProperties | |
---|---|
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 MediaProperties in org.alembik.util |
---|
Methods in org.alembik.util that return MediaProperties | |
---|---|
static MediaProperties |
OMAUtils.getOutputMediaProperties(JobResult result)
Returns the media properties instance of the given job result. |
Methods in org.alembik.util with parameters of type MediaProperties | |
---|---|
static Properties |
OMAUtils.getExtensionProperties(MediaProperties mediaProperties)
Returns "extension data" properties holder of the given media properties. |
Uses of MediaProperties in org.openmobilealliance.schema.sti.v1_0 |
---|
Methods in org.openmobilealliance.schema.sti.v1_0 that return MediaProperties | |
---|---|
MediaProperties |
ObjectFactory.createMediaProperties()
Create an instance of MediaProperties |
MediaProperties |
JobResult.getInputMediaProperties()
Gets the value of the inputMediaProperties property. |
MediaProperties |
JobResult.getOutputMediaProperties()
Gets the value of the outputMediaProperties property. |
Methods in org.openmobilealliance.schema.sti.v1_0 with parameters of type MediaProperties | |
---|---|
void |
JobResult.setInputMediaProperties(MediaProperties value)
Sets the value of the inputMediaProperties property. |
void |
JobResult.setOutputMediaProperties(MediaProperties value)
Sets the value of the outputMediaProperties property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |