com.aol.acc
Class AccAvTrack

java.lang.Object
  extended by com.aol.acc.AccBase
      extended by com.aol.acc.AccAvTrack

public class AccAvTrack
extends AccBase

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

getName

public java.lang.String getName()
                         throws AccException
Track name

Throws:
AccException

setName

public void setName(java.lang.String Name)
             throws AccException
Track name

Throws:
AccException

getLink

public java.lang.String getLink()
                         throws AccException
Link (e.g., where to access the track directly)

Throws:
AccException

setLink

public void setLink(java.lang.String Link)
             throws AccException
Link (e.g., where to access the track directly)

Throws:
AccException

getImageReferences

public AccImageReference[] getImageReferences()
                                       throws AccException
Most representative image should be first.

Throws:
AccException

setImageReferences

public void setImageReferences(AccImageReference[] ImageReferences)
                        throws AccException
Most representative image should be first.

Throws:
AccException