| Package | com.adobe.mediacore.content |
| Class | public class TrackCollectionEnumerator |
| Inheritance | TrackCollectionEnumerator Object |
| Method | Defined By | ||
|---|---|---|---|
TrackCollectionEnumerator(tracks:Vector.<Track>)
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 | ||
| TrackCollectionEnumerator | () | Constructor |
public function TrackCollectionEnumerator(tracks:Vector.<Track>)Constructor
Parameterstracks:Vector.<Track> |
| hasNext | () | method |
public function hasNext():BooleanIndicates if there are any more items in the collection to be enumerated
ReturnsBoolean |
| next | () | method |
public function next():TrackThe next track in the collection. Returns null if there are no more tracks.
ReturnsTrack |