Method GetOutputTracks
GetOutputTracks()
Gets a list of all output tracks in the Timeline.
Declaration
public IEnumerable<TrackAsset> GetOutputTracks()
Returns
Type | Description |
---|---|
IEnumerable<TrackAsset> | An IEnumerable of all output tracks |
Remarks
An output track is a track the generates a PlayableOutput. In general, an output track is any track that is not a GroupTrack or subtrack.