CreateTrackElementsFunc
Description:
[ CCode ( has_target = false ) ]
public delegate List<unowned TrackElement> CreateTrackElementsFunc (Clip clip, TrackType type)
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.
Parameters:
clip |
A Clip |
type |
A TrackType to create TrackElement-s for |
Returns:
A list of the TrackElement-s created by |
Namespace: GES
Package: gst-editing-services-1.0