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

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

Methods in org.alembik.util that return Properties
static Properties OMAUtils.getAttributeProperties(Transformation transformation)
          Returns the attributes holder of the given transformation.
static Properties OMAUtils.getExtensionProperties(JobResult.Output output)
          Returns "extension data" properties holder of the given job result's output.
static Properties OMAUtils.getExtensionProperties(JobResult result)
          Returns "extension data" properties holder of the given job result.
static Properties OMAUtils.getExtensionProperties(Media media)
          Returns "extension data" properties holder of the given media object.
static Properties OMAUtils.getExtensionProperties(MediaProperties mediaProperties)
          Returns "extension data" properties holder of the given media properties.
static Properties OMAUtils.getExtensionProperties(TranscodingJob.Source source)
          Returns "extension data" properties holder of the given transcoding job's source.
static Properties OMAUtils.getExtensionProperties(TranscodingJob.Target target)
          Returns "extension data" properties holder of the given transcoding job's target.
static Properties OMAUtils.getExtensionProperties(TranscodingJob job)
          Returns "extension data" properties holder of the given transcoding job.
static Properties OMAUtils.getExtensionProperties(TranscodingParams profile)
          Returns "extension data" properties holder of the given transcoding profile.
static Properties OMAUtils.getExtensionProperties(TranscodingRequest request)
          Returns "extension data" properties holder of the given transcoding request.
 

Methods in org.alembik.util with parameters of type Properties
static Property OMAUtils.findProperty(Properties properties, java.lang.String name)
          Returns a property object of the specified name from the given properties holder, if such exists.
static java.util.Map<java.lang.String,java.lang.String> OMAUtils.getPropertiesMap(Properties properties)
          Creates a map of property's {name, value} entries from the given properties holder.
static java.util.Map<java.lang.String,java.lang.String> OMAUtils.getPropertiesMap(Properties properties, java.lang.String prefix)
          Creates a map of property's {name, value} entries from the given properties holder.
static java.lang.String OMAUtils.getPropertyValue(Properties properties, java.lang.String name)
          Returns the value of a property of the given name.
static Property OMAUtils.setProperty(Properties properties, java.lang.String name, java.lang.String value)
          Adds a property of the given name and value to the given properties holder.
 

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

Methods in org.openmobilealliance.schema.sti.v1_0 that return Properties
 Properties ObjectFactory.createProperties()
          Create an instance of Properties
 Properties Transformation.getAttributes()
          Gets the value of the attributes property.
 Properties Video.VideoAudio.getCodecParams()
          Gets the value of the codecParams property.
 Properties Video.VideoVisual.getCodecParams()
          Gets the value of the codecParams property.
 Properties MediaDetailsVideo.VideoAudioDetails.getCodecParams()
          Gets the value of the codecParams property.
 Properties MediaDetailsVideo.VideoVisualDetails.getCodecParams()
          Gets the value of the codecParams property.
 Properties MediaDetailsImage.getCodecParams()
          Gets the value of the codecParams property.
 Properties MediaDetailsAudio.getCodecParams()
          Gets the value of the codecParams property.
 Properties Image.getCodecParams()
          Gets the value of the codecParams property.
 Properties Audio.getCodecParams()
          Gets the value of the codecParams property.
 Properties TranscodingJob.Source.getContentTypeParams()
          Gets the value of the contentTypeParams property.
 Properties Multipart.Presentation.getContentTypeParams()
          Gets the value of the contentTypeParams property.
 Properties MediaDetailsBase.getContentTypeParams()
          Gets the value of the contentTypeParams property.
 Properties MediaDetailMultipart.MediaDetailsPresentation.getContentTypeParams()
          Gets the value of the contentTypeParams property.
 Properties Media.getContentTypeParams()
          Gets the value of the contentTypeParams property.
 Properties JobResult.Output.getContentTypeParams()
          Gets the value of the contentTypeParams property.
 Properties DRMDetails.getContentTypeParams()
          Gets the value of the contentTypeParams property.
 Properties TranscodingResponse.getExtensionData()
          Gets the value of the extensionData property.
 Properties TranscodingRequest.getExtensionData()
          Gets the value of the extensionData property.
 Properties TranscodingParams.getExtensionData()
          Gets the value of the extensionData property.
 Properties TranscodingJob.Source.getExtensionData()
          Gets the value of the extensionData property.
 Properties TranscodingJob.Target.getExtensionData()
          Gets the value of the extensionData property.
 Properties MediaPropertiesQueryDescription.getExtensionData()
          Gets the value of the extensionData property.
 Properties MediaProperties.getExtensionData()
          Gets the value of the extensionData property.
 Properties MediaDetailsBase.getExtensionData()
          Gets the value of the extensionData property.
 Properties Media.getExtensionData()
          Gets the value of the extensionData property.
 Properties JobResult.Output.getExtensionData()
          Gets the value of the extensionData property.
 Properties Job.getExtensionData()
          Gets the value of the extensionData property.
 Properties MediaDetailsBase.getMetaData()
          Gets the value of the metaData property.
 

Methods in org.openmobilealliance.schema.sti.v1_0 with parameters of type Properties
 void Transformation.setAttributes(Properties value)
          Sets the value of the attributes property.
 void Video.VideoAudio.setCodecParams(Properties value)
          Sets the value of the codecParams property.
 void Video.VideoVisual.setCodecParams(Properties value)
          Sets the value of the codecParams property.
 void MediaDetailsVideo.VideoAudioDetails.setCodecParams(Properties value)
          Sets the value of the codecParams property.
 void MediaDetailsVideo.VideoVisualDetails.setCodecParams(Properties value)
          Sets the value of the codecParams property.
 void MediaDetailsImage.setCodecParams(Properties value)
          Sets the value of the codecParams property.
 void MediaDetailsAudio.setCodecParams(Properties value)
          Sets the value of the codecParams property.
 void Image.setCodecParams(Properties value)
          Sets the value of the codecParams property.
 void Audio.setCodecParams(Properties value)
          Sets the value of the codecParams property.
 void TranscodingJob.Source.setContentTypeParams(Properties value)
          Sets the value of the contentTypeParams property.
 void Multipart.Presentation.setContentTypeParams(Properties value)
          Sets the value of the contentTypeParams property.
 void MediaDetailsBase.setContentTypeParams(Properties value)
          Sets the value of the contentTypeParams property.
 void MediaDetailMultipart.MediaDetailsPresentation.setContentTypeParams(Properties value)
          Sets the value of the contentTypeParams property.
 void Media.setContentTypeParams(Properties value)
          Sets the value of the contentTypeParams property.
 void JobResult.Output.setContentTypeParams(Properties value)
          Sets the value of the contentTypeParams property.
 void DRMDetails.setContentTypeParams(Properties value)
          Sets the value of the contentTypeParams property.
 void TranscodingResponse.setExtensionData(Properties value)
          Sets the value of the extensionData property.
 void TranscodingRequest.setExtensionData(Properties value)
          Sets the value of the extensionData property.
 void TranscodingParams.setExtensionData(Properties value)
          Sets the value of the extensionData property.
 void TranscodingJob.Source.setExtensionData(Properties value)
          Sets the value of the extensionData property.
 void TranscodingJob.Target.setExtensionData(Properties value)
          Sets the value of the extensionData property.
 void MediaPropertiesQueryDescription.setExtensionData(Properties value)
          Sets the value of the extensionData property.
 void MediaProperties.setExtensionData(Properties value)
          Sets the value of the extensionData property.
 void MediaDetailsBase.setExtensionData(Properties value)
          Sets the value of the extensionData property.
 void Media.setExtensionData(Properties value)
          Sets the value of the extensionData property.
 void JobResult.Output.setExtensionData(Properties value)
          Sets the value of the extensionData property.
 void Job.setExtensionData(Properties value)
          Sets the value of the extensionData property.
 void MediaDetailsBase.setMetaData(Properties value)
          Sets the value of the metaData property.