[ CCode ( has_target = false ) ]
public delegate List<unowned TrackElement> CreateTrackElementsFunc (Clip clip, TrackType type)
A method for creating the core TrackElement-s of a clip, to be added to Track-s of the given track type.
clip |
A Clip |
type |
A TrackType to create TrackElement-s for |
A list of the TrackElement-s created by |