|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.programInformation.VideoAttributes
public class VideoAttributes
VideoAttributes: Represents technical video attributes of a program.
Constructor Summary | |
---|---|
VideoAttributes()
Create VideoAttributes object. |
Method Summary | |
---|---|
void |
addAspectRatio(AspectRatio aspectRatio)
Add an AspectRatio object to this VideoAttributes object. |
java.lang.Object |
clone()
Clones itself. |
AspectRatio |
getAspectRatio(int index)
getAspectRatio - returns the AspectRatio object at the specified index |
int |
getNumAspectRatios()
getNumAspectRatios - returns the number of aspectRatio objects in this VideoAttributes object |
void |
removeAll()
removeAll - removes all AspectRatio objects from this VideoAttributes object |
void |
removeAspectRatio(int index)
Removes the AspectRatio object at the specified index |
java.lang.String |
toString()
Returns string representation of the video attributes. |
java.lang.String |
toString(int indent)
Returns string representation of the video attributes. |
java.lang.String |
toXML()
Returns XML representation of the video attributes. |
java.lang.String |
toXML(int indent)
Returns XML representation of the video attributes. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VideoAttributes()
Method Detail |
---|
public void addAspectRatio(AspectRatio aspectRatio) throws TVAnytimeException
aspectRatio
- the AspectRatio object to be added.
TVAnytimeException
public int getNumAspectRatios()
public AspectRatio getAspectRatio(int index)
index
- the index of the required AspectRatio object
public void removeAspectRatio(int index)
index
- the index of the AspectRatio object to be removedpublic void removeAll()
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 |