Packagecom.adobe.mediacore.content
Classpublic class TrackCollectionEnumerator
InheritanceTrackCollectionEnumerator Inheritance Object

Enumerator used to iterate through a TrackCollection's items



Public Methods
 MethodDefined By
  
Constructor
TrackCollectionEnumerator
  
hasNext():Boolean
Indicates if there are any more items in the collection to be enumerated
TrackCollectionEnumerator
  
The next track in the collection.
TrackCollectionEnumerator
Constructor Detail
TrackCollectionEnumerator()Constructor
public function TrackCollectionEnumerator(tracks:Vector.<Track>)

Constructor

Parameters
tracks:Vector.<Track>
Method Detail
hasNext()method
public function hasNext():Boolean

Indicates if there are any more items in the collection to be enumerated

Returns
Boolean
next()method 
public function next():Track

The next track in the collection. Returns null if there are no more tracks.

Returns
Track