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

Packages that use MediaPropertiesQueryDescription
org.openmobilealliance.schema.sti.v1_0 Provides all the DTO classes defined by OMA-STI v1_0. 
 

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

Methods in org.openmobilealliance.schema.sti.v1_0 that return MediaPropertiesQueryDescription
 MediaPropertiesQueryDescription ObjectFactory.createMediaPropertiesQueryDescription()
          Create an instance of MediaPropertiesQueryDescription
 MediaPropertiesQueryDescription TranscodingJob.getInputMediaPropertiesQuery()
          Gets the value of the inputMediaPropertiesQuery property.
 MediaPropertiesQueryDescription TranscodingJob.getOutputMediaPropertiesQuery()
          Gets the value of the outputMediaPropertiesQuery property.
 

Methods in org.openmobilealliance.schema.sti.v1_0 with parameters of type MediaPropertiesQueryDescription
 void TranscodingJob.setInputMediaPropertiesQuery(MediaPropertiesQueryDescription value)
          Sets the value of the inputMediaPropertiesQuery property.
 void TranscodingJob.setOutputMediaPropertiesQuery(MediaPropertiesQueryDescription value)
          Sets the value of the outputMediaPropertiesQuery property.