|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.programInformation.AVAttributes
public class AVAttributes
AVAttributes: Represents audio-visual information about a program.
Constructor Summary | |
---|---|
AVAttributes()
Constructor for AVAttributes. |
|
AVAttributes(AudioAttributes audioAttributes,
VideoAttributes videoAttributes)
Constructor for AVAttributes. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones itself. |
AudioAttributes |
getAudioAttributes()
Get audio attributes object. |
VideoAttributes |
getVideoAttributes()
Set video attributes object. |
void |
setAudioAttributes(AudioAttributes audioAttributes)
Set audio attributes object. |
void |
setVideoAttributes(VideoAttributes videoAttributes)
Get video attributes object. |
java.lang.String |
toString()
Returns string representation of the audio-visual attributes. |
java.lang.String |
toString(int indent)
Returns string representation of the audio-visual attributes. |
java.lang.String |
toXML()
Returns XML representation of the audio-visual attributes. |
java.lang.String |
toXML(int indent)
Returns XML representation of the audio-visual attributes. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AVAttributes(AudioAttributes audioAttributes, VideoAttributes videoAttributes)
audioAttributes
- Audio attributes object.videoAttributes
- Video attributes object.public AVAttributes()
Method Detail |
---|
public void setAudioAttributes(AudioAttributes audioAttributes)
audioAttributes
- Audio attributes object.public AudioAttributes getAudioAttributes()
public VideoAttributes getVideoAttributes()
videoAttributes
- Video attributes object.public void setVideoAttributes(VideoAttributes videoAttributes)
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 |