|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccAvTrack
public class AccAvTrack
The IAccAvTrack interface encapsulates information about an
audio/video track. AccAvTrackProp_Name is required; all other
properties are optional.
| Method Summary | |
|---|---|
AccImageReference[] |
getImageReferences()
Most representative image should be first. |
java.lang.String |
getLink()
Link (e.g., where to access the track directly) |
java.lang.String |
getName()
Track name |
void |
setImageReferences(AccImageReference[] ImageReferences)
Most representative image should be first. |
void |
setLink(java.lang.String Link)
Link (e.g., where to access the track directly) |
void |
setName(java.lang.String Name)
Track name |
| Methods inherited from class com.aol.acc.AccBase |
|---|
compareHandle, equals |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
throws AccException
AccException
public void setName(java.lang.String Name)
throws AccException
AccException
public java.lang.String getLink()
throws AccException
AccException
public void setLink(java.lang.String Link)
throws AccException
AccException
public AccImageReference[] getImageReferences()
throws AccException
AccException
public void setImageReferences(AccImageReference[] ImageReferences)
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||