org.openmobilealliance.schema.sti.v1_0
Class MediaDetailsVideo.VideoVisualDetails

java.lang.Object
  extended by org.openmobilealliance.schema.sti.v1_0.MediaDetailsVideo.VideoVisualDetails
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MediaDetailsVideo

public static class MediaDetailsVideo.VideoVisualDetails
extends java.lang.Object
implements java.io.Serializable

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="bitRateDetails" type="{http://www.openmobilealliance.org/schema/sti/v1_0}BitRateDetails" 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="frameRate" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
         <element name="averageFrameSize" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
         <element name="frameCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MediaDetailsVideo.VideoVisualDetails()
           
 
Method Summary
 java.lang.Float getAverageFrameSize()
          Gets the value of the averageFrameSize property.
 BitRateDetails getBitRateDetails()
          Gets the value of the bitRateDetails property.
 java.lang.String getCodec()
          Gets the value of the codec property.
 Properties getCodecParams()
          Gets the value of the codecParams property.
 java.lang.Long getFrameCount()
          Gets the value of the frameCount 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.Integer getWidth()
          Gets the value of the width property.
 boolean isSetAverageFrameSize()
           
 boolean isSetBitRateDetails()
           
 boolean isSetCodec()
           
 boolean isSetCodecParams()
           
 boolean isSetFrameCount()
           
 boolean isSetFrameRate()
           
 boolean isSetHeight()
           
 boolean isSetWidth()
           
 void setAverageFrameSize(java.lang.Float value)
          Sets the value of the averageFrameSize property.
 void setBitRateDetails(BitRateDetails value)
          Sets the value of the bitRateDetails 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 setFrameCount(java.lang.Long value)
          Sets the value of the frameCount 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 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

MediaDetailsVideo.VideoVisualDetails

public MediaDetailsVideo.VideoVisualDetails()
Method Detail

getCodec

public java.lang.String getCodec()
Gets the value of the codec property.

Returns:
possible object is String

setCodec

public void setCodec(java.lang.String value)
Sets the value of the codec property.

Parameters:
value - allowed object is String

isSetCodec

public boolean isSetCodec()

getCodecParams

public Properties getCodecParams()
Gets the value of the codecParams property.

Returns:
possible object is Properties

setCodecParams

public void setCodecParams(Properties value)
Sets the value of the codecParams property.

Parameters:
value - allowed object is Properties

isSetCodecParams

public boolean isSetCodecParams()

getBitRateDetails

public BitRateDetails getBitRateDetails()
Gets the value of the bitRateDetails property.

Returns:
possible object is BitRateDetails

setBitRateDetails

public void setBitRateDetails(BitRateDetails value)
Sets the value of the bitRateDetails property.

Parameters:
value - allowed object is BitRateDetails

isSetBitRateDetails

public boolean isSetBitRateDetails()

getWidth

public java.lang.Integer getWidth()
Gets the value of the width property.

Returns:
possible object is Integer

setWidth

public void setWidth(java.lang.Integer value)
Sets the value of the width property.

Parameters:
value - allowed object is Integer

isSetWidth

public boolean isSetWidth()

getHeight

public java.lang.Integer getHeight()
Gets the value of the height property.

Returns:
possible object is Integer

setHeight

public void setHeight(java.lang.Integer value)
Sets the value of the height property.

Parameters:
value - allowed object is Integer

isSetHeight

public boolean isSetHeight()

getFrameRate

public java.lang.Float getFrameRate()
Gets the value of the frameRate property.

Returns:
possible object is Float

setFrameRate

public void setFrameRate(java.lang.Float value)
Sets the value of the frameRate property.

Parameters:
value - allowed object is Float

isSetFrameRate

public boolean isSetFrameRate()

getAverageFrameSize

public java.lang.Float getAverageFrameSize()
Gets the value of the averageFrameSize property.

Returns:
possible object is Float

setAverageFrameSize

public void setAverageFrameSize(java.lang.Float value)
Sets the value of the averageFrameSize property.

Parameters:
value - allowed object is Float

isSetAverageFrameSize

public boolean isSetAverageFrameSize()

getFrameCount

public java.lang.Long getFrameCount()
Gets the value of the frameCount property.

Returns:
possible object is Long

setFrameCount

public void setFrameCount(java.lang.Long value)
Sets the value of the frameCount property.

Parameters:
value - allowed object is Long

isSetFrameCount

public boolean isSetFrameCount()