Method GetClips
GetClips()
A list of clips owned by this track
Declaration
public IEnumerable<TimelineClip> GetClips()
Returns
Type | Description |
---|---|
IEnumerable<TimelineClip> | Returns an enumerable list of clips owned by the track. |
A list of clips owned by this track
public IEnumerable<TimelineClip> GetClips()
Type | Description |
---|---|
IEnumerable<TimelineClip> | Returns an enumerable list of clips owned by the track. |