|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
String
public void setCID(java.lang.String value)
value
- allowed object is
String
public boolean isSetCID()
public java.lang.String getCodec()
String
public void setCodec(java.lang.String value)
value
- allowed object is
String
public boolean isSetCodec()
public Properties getCodecParams()
Properties
public void setCodecParams(Properties value)
value
- allowed object is
Properties
public boolean isSetCodecParams()
public java.lang.Float getDuration()
Float
public void setDuration(java.lang.Float value)
value
- allowed object is
Float
public boolean isSetDuration()
public java.lang.String getBitRateType()
String
public void setBitRateType(java.lang.String value)
value
- allowed object is
String
public boolean isSetBitRateType()
public BitRateDetails getBitRateDetails()
BitRateDetails
public void setBitRateDetails(BitRateDetails value)
value
- allowed object is
BitRateDetails
public boolean isSetBitRateDetails()
public java.lang.Integer getSamplingRate()
Integer
public void setSamplingRate(java.lang.Integer value)
value
- allowed object is
Integer
public boolean isSetSamplingRate()
public java.lang.Integer getSamplingResolution()
Integer
public void setSamplingResolution(java.lang.Integer value)
value
- allowed object is
Integer
public boolean isSetSamplingResolution()
public java.lang.String getChannels()
String
public void setChannels(java.lang.String value)
value
- allowed object is
String
public boolean isSetChannels()
public java.math.BigInteger getNumberOfTracks()
BigInteger
public void setNumberOfTracks(java.math.BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetNumberOfTracks()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |