|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmobilealliance.schema.sti.v1_0.MediaDetailsBase
org.openmobilealliance.schema.sti.v1_0.MediaDetailsAudio
public class MediaDetailsAudio
Contains audio-specific transcoding params data for media details.
Java class for MediaDetailsAudio complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MediaDetailsAudio">
<complexContent>
<extension base="{http://www.openmobilealliance.org/schema/sti/v1_0}MediaDetailsBase">
<sequence>
<element name="CID" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<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="duration" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="bitRateType" type="{http://www.openmobilealliance.org/schema/sti/v1_0}BitRateType" minOccurs="0"/>
<element name="bitRateDetails" type="{http://www.openmobilealliance.org/schema/sti/v1_0}BitRateDetails" 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="numberOfTracks" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
MediaDetailsAudio()
|
|
| Method Summary | |
|---|---|
BitRateDetails |
getBitRateDetails()
Gets the value of the bitRateDetails property. |
java.lang.String |
getBitRateType()
Gets the value of the bitRateType property. |
java.lang.String |
getChannels()
Gets the value of the channels property. |
java.lang.String |
getCID()
Gets the value of the cid property. |
java.lang.String |
getCodec()
Gets the value of the codec property. |
Properties |
getCodecParams()
Gets the value of the codecParams property. |
java.lang.Float |
getDuration()
Gets the value of the duration property. |
java.math.BigInteger |
getNumberOfTracks()
Gets the value of the numberOfTracks property. |
java.lang.Integer |
getSamplingRate()
Gets the value of the samplingRate property. |
java.lang.Integer |
getSamplingResolution()
Gets the value of the samplingResolution property. |
boolean |
isSetBitRateDetails()
|
boolean |
isSetBitRateType()
|
boolean |
isSetChannels()
|
boolean |
isSetCID()
|
boolean |
isSetCodec()
|
boolean |
isSetCodecParams()
|
boolean |
isSetDuration()
|
boolean |
isSetNumberOfTracks()
|
boolean |
isSetSamplingRate()
|
boolean |
isSetSamplingResolution()
|
void |
setBitRateDetails(BitRateDetails value)
Sets the value of the bitRateDetails property. |
void |
setBitRateType(java.lang.String value)
Sets the value of the bitRateType property. |
void |
setChannels(java.lang.String value)
Sets the value of the channels property. |
void |
setCID(java.lang.String value)
Sets the value of the cid 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 |
setDuration(java.lang.Float value)
Sets the value of the duration property. |
void |
setNumberOfTracks(java.math.BigInteger value)
Sets the value of the numberOfTracks property. |
void |
setSamplingRate(java.lang.Integer value)
Sets the value of the samplingRate property. |
void |
setSamplingResolution(java.lang.Integer value)
Sets the value of the samplingResolution property. |
| Methods inherited from class org.openmobilealliance.schema.sti.v1_0.MediaDetailsBase |
|---|
getContentType, getContentTypeParams, getDrmDetails, getExtensionData, getMetaData, getSize, isSetContentType, isSetContentTypeParams, isSetDrmDetails, isSetExtensionData, isSetMetaData, isSetSize, setContentType, setContentTypeParams, setDrmDetails, setExtensionData, setMetaData, setSize |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MediaDetailsAudio()
| Method Detail |
|---|
public java.lang.String getCID()
Stringpublic void setCID(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCID()
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.Float getDuration()
Floatpublic void setDuration(java.lang.Float value)
value - allowed object is
Floatpublic boolean isSetDuration()
public java.lang.String getBitRateType()
Stringpublic void setBitRateType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetBitRateType()
public BitRateDetails getBitRateDetails()
BitRateDetailspublic void setBitRateDetails(BitRateDetails value)
value - allowed object is
BitRateDetailspublic boolean isSetBitRateDetails()
public java.lang.Integer getSamplingRate()
Integerpublic void setSamplingRate(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isSetSamplingRate()
public java.lang.Integer getSamplingResolution()
Integerpublic void setSamplingResolution(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isSetSamplingResolution()
public java.lang.String getChannels()
Stringpublic void setChannels(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetChannels()
public java.math.BigInteger getNumberOfTracks()
BigIntegerpublic void setNumberOfTracks(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetNumberOfTracks()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||