|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmobilealliance.schema.sti.v1_0.Video.VideoVisual
public static class Video.VideoVisual
Contains transcoding params data specific to the visual part of a video.
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Constructor Summary | |
|---|---|
Video.VideoVisual()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getBitRate()
Gets the value of the bitRate property. |
java.lang.String |
getCodec()
Gets the value of the codec property. |
Properties |
getCodecParams()
Gets the value of the codecParams property. |
java.lang.Float |
getFrameRate()
Gets the value of the frameRate property. |
java.lang.Integer |
getHeight()
Gets the value of the height property. |
java.lang.String |
getResizeDirective()
Gets the value of the resizeDirective property. |
java.lang.Long |
getSizeLimit()
Gets the value of the sizeLimit property. |
Transformations |
getTransformations()
Gets the value of the transformations property. |
java.lang.Integer |
getWidth()
Gets the value of the width property. |
boolean |
isSetBitRate()
|
boolean |
isSetCodec()
|
boolean |
isSetCodecParams()
|
boolean |
isSetFrameRate()
|
boolean |
isSetHeight()
|
boolean |
isSetResizeDirective()
|
boolean |
isSetSizeLimit()
|
boolean |
isSetTransformations()
|
boolean |
isSetUpsizeAllowed()
|
boolean |
isSetWidth()
|
java.lang.Boolean |
isUpsizeAllowed()
Gets the value of the upsizeAllowed property. |
void |
setBitRate(java.lang.Integer value)
Sets the value of the bitRate property. |
void |
setCodec(java.lang.String value)
Sets the value of the codec property. |
void |
setCodecParams(Properties value)
Sets the value of the codecParams property. |
void |
setFrameRate(java.lang.Float value)
Sets the value of the frameRate property. |
void |
setHeight(java.lang.Integer value)
Sets the value of the height property. |
void |
setResizeDirective(java.lang.String value)
Sets the value of the resizeDirective property. |
void |
setSizeLimit(java.lang.Long value)
Sets the value of the sizeLimit property. |
void |
setTransformations(Transformations value)
Sets the value of the transformations property. |
void |
setUpsizeAllowed(java.lang.Boolean value)
Sets the value of the upsizeAllowed property. |
void |
setWidth(java.lang.Integer value)
Sets the value of the width property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Video.VideoVisual()
| Method Detail |
|---|
public java.lang.String getCodec()
Stringpublic void setCodec(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCodec()
public Properties getCodecParams()
Propertiespublic void setCodecParams(Properties value)
value - allowed object is
Propertiespublic boolean isSetCodecParams()
public java.lang.Long getSizeLimit()
Longpublic void setSizeLimit(java.lang.Long value)
value - allowed object is
Longpublic boolean isSetSizeLimit()
public java.lang.Integer getBitRate()
Integerpublic void setBitRate(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isSetBitRate()
public java.lang.Float getFrameRate()
Floatpublic void setFrameRate(java.lang.Float value)
value - allowed object is
Floatpublic boolean isSetFrameRate()
public java.lang.Integer getWidth()
Integerpublic void setWidth(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isSetWidth()
public java.lang.Integer getHeight()
Integerpublic void setHeight(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isSetHeight()
public java.lang.String getResizeDirective()
Stringpublic void setResizeDirective(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetResizeDirective()
public java.lang.Boolean isUpsizeAllowed()
Booleanpublic void setUpsizeAllowed(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSetUpsizeAllowed()
public Transformations getTransformations()
Transformationspublic void setTransformations(Transformations value)
value - allowed object is
Transformationspublic boolean isSetTransformations()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||