CreateTrackElementsFunc


Description:

[ 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.

Parameters:

clip

A Clip

type

A TrackType to create TrackElement-s for

Returns:

A list of the TrackElement-s created by clip for the given type, or null if no track elements are created or an error occurred.


Namespace: GES