|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobilealliance.schema.sti.v1_0.Media
org.openmobilealliance.schema.sti.v1_0.Video
public class Video
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>
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 |
---|
public Video()
Method Detail |
---|
public Video.VideoVisual getVideoVisual()
Video.VideoVisual
public void setVideoVisual(Video.VideoVisual value)
value
- allowed object is
Video.VideoVisual
public boolean isSetVideoVisual()
public Video.VideoAudio getVideoAudio()
Video.VideoAudio
public void setVideoAudio(Video.VideoAudio value)
value
- allowed object is
Video.VideoAudio
public boolean isSetVideoAudio()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |