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

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

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

Methods in org.openmobilealliance.schema.sti.v1_0 that return Video
 Video ObjectFactory.createVideo()
          Create an instance of Video
 Video TranscodingParams.getVideo()
          Gets the value of the video property.
 Video Multipart.getVideo()
          Gets the value of the video property.
 

Methods in org.openmobilealliance.schema.sti.v1_0 with parameters of type Video
 void TranscodingParams.setVideo(Video value)
          Sets the value of the video property.
 void Multipart.setVideo(Video value)
          Sets the value of the video property.