Method GetOutputTracks
GetOutputTracks()
Gets a list of all output tracks in the Timeline.
선언
public IEnumerable<TrackAsset> GetOutputTracks()
반환
타입 | 설명 |
---|---|
IEnumerable<TrackAsset> | An IEnumerable of all output tracks |
참고
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.