Packagecom.adobe.mediacore.content
Classpublic class TrackCollection
InheritanceTrackCollection Inheritance Object

Collection of tracks



Public Methods
 MethodDefined By
  
TrackCollection(tracks:Vector.<Track>)
Constructor
TrackCollection
  
Creates a new TrackCollectionEnumerator to be used to enumerate the collection's tracks
TrackCollection
Constructor Detail
TrackCollection()Constructor
public function TrackCollection(tracks:Vector.<Track>)

Constructor

Parameters
tracks:Vector.<Track>
Method Detail
getEnumerator()method
public function getEnumerator():TrackCollectionEnumerator

Creates a new TrackCollectionEnumerator to be used to enumerate the collection's tracks

Returns
TrackCollectionEnumerator