org.openmobilealliance.schema.sti.v1_0
Class Video

java.lang.Object
  extended by org.openmobilealliance.schema.sti.v1_0.Media
      extended by org.openmobilealliance.schema.sti.v1_0.Video
All Implemented Interfaces:
java.io.Serializable

public class Video
extends Media
implements java.io.Serializable

Contains image-specific transcoding params data. A video media type is composed of a visual part and of an audio part.

Java class for Video complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Video">
   <complexContent>
     <extension base="{http://www.openmobilealliance.org/schema/sti/v1_0}Media">
       <sequence>
         <element name="videoVisual" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="codec" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="codecParams" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/>
                   <element name="sizeLimit" type="{http://www.openmobilealliance.org/schema/sti/v1_0}unboundedLong" minOccurs="0"/>
                   <element name="bitRate" type="{http://www.openmobilealliance.org/schema/sti/v1_0}nonNegativeInt" minOccurs="0"/>
                   <element name="frameRate" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
                   <element name="width" type="{http://www.openmobilealliance.org/schema/sti/v1_0}nonNegativeInt" minOccurs="0"/>
                   <element name="height" type="{http://www.openmobilealliance.org/schema/sti/v1_0}nonNegativeInt" minOccurs="0"/>
                   <element name="resizeDirective" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="upsizeAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="transformations" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Transformations" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="videoAudio" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="codec" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="codecParams" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/>
                   <element name="sizeLimit" type="{http://www.openmobilealliance.org/schema/sti/v1_0}unboundedLong" minOccurs="0"/>
                   <element name="bitRate" type="{http://www.openmobilealliance.org/schema/sti/v1_0}nonNegativeInt" minOccurs="0"/>
                   <element name="samplingRate" type="{http://www.openmobilealliance.org/schema/sti/v1_0}nonNegativeInt" minOccurs="0"/>
                   <element name="samplingResolution" type="{http://www.openmobilealliance.org/schema/sti/v1_0}nonNegativeInt" minOccurs="0"/>
                   <element name="channels" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
                   <element name="transformations" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Transformations" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class Video.VideoAudio
          Contains transcoding params data specific to the audio part of a video.
static class Video.VideoVisual
          Contains transcoding params data specific to the visual part of a video.
 
Constructor Summary
Video()
           
 
Method Summary
 Video.VideoAudio getVideoAudio()
          Gets the value of the videoAudio property.
 Video.VideoVisual getVideoVisual()
          Gets the value of the videoVisual property.
 boolean isSetVideoAudio()
           
 boolean isSetVideoVisual()
           
 void setVideoAudio(Video.VideoAudio value)
          Sets the value of the videoAudio property.
 void setVideoVisual(Video.VideoVisual value)
          Sets the value of the videoVisual property.
 
Methods inherited from class org.openmobilealliance.schema.sti.v1_0.Media
getContentType, getContentTypeParams, getExtensionData, getSizeLimit, getTransformations, isSetContentType, isSetContentTypeParams, isSetExtensionData, isSetSizeLimit, isSetTransformations, setContentType, setContentTypeParams, setExtensionData, setSizeLimit, setTransformations
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Video

public Video()
Method Detail

getVideoVisual

public Video.VideoVisual getVideoVisual()
Gets the value of the videoVisual property.

Returns:
possible object is Video.VideoVisual

setVideoVisual

public void setVideoVisual(Video.VideoVisual value)
Sets the value of the videoVisual property.

Parameters:
value - allowed object is Video.VideoVisual

isSetVideoVisual

public boolean isSetVideoVisual()

getVideoAudio

public Video.VideoAudio getVideoAudio()
Gets the value of the videoAudio property.

Returns:
possible object is Video.VideoAudio

setVideoAudio

public void setVideoAudio(Video.VideoAudio value)
Sets the value of the videoAudio property.

Parameters:
value - allowed object is Video.VideoAudio

isSetVideoAudio

public boolean isSetVideoAudio()