|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.programInformation.AudioAttributes
public class AudioAttributes
AudioAttributes: Represents technical audio attributes of a program.
Constructor Summary | |
---|---|
AudioAttributes()
Create AudioAttributes object. |
|
AudioAttributes(java.lang.Integer numOfChannels)
Create AudioAttributes object. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones itself. |
java.lang.Integer |
getNumOfChannels()
Get number of audio channels. |
void |
setNumOfChannels(java.lang.Integer numOfChannels)
Set number of audio channels |
java.lang.String |
toString()
Returns string representation of the audio attributes. |
java.lang.String |
toString(int indent)
Returns string representation of the audio attributes. |
java.lang.String |
toXML()
Returns XML representation of the audio attributes. |
java.lang.String |
toXML(int indent)
Returns XML representation of the audio attributes. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AudioAttributes(java.lang.Integer numOfChannels) throws TVAnytimeException
numOfChannels
- Number of audio channels.
TVAnytimeException
- Thrown if invalid number of channels (must be >=0).public AudioAttributes()
Method Detail |
---|
public java.lang.Integer getNumOfChannels()
public void setNumOfChannels(java.lang.Integer numOfChannels) throws TVAnytimeException
numOfChannels
- Number of audio channels.
TVAnytimeException
- Thrown if invalid number of channels (must be >=0).public java.lang.String toXML()
public java.lang.String toXML(int indent)
indent
- Number of tabs with which to indent the string.
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(int indent)
indent
- Number of tabs with which to indent the string.
public java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |