FillTrackElementFunc
Description:
[ CCode ( has_target = false ) ]
[ Version ( deprecated = true , deprecated_since = "1.18" ) ]
public delegate bool FillTrackElementFunc (Clip clip, TrackElement track_element, Element nleobj)
[ Version ( deprecated = true , deprecated_since = "1.18" ) ]
public delegate bool FillTrackElementFunc (Clip clip, TrackElement track_element, Element nleobj)
Warning: FillTrackElementFunc is deprecated since 1.18.
A function that will be called when the nleobject of a corresponding track element needs to be filled.
Note:
This method type is no longer used.
The implementer of this function shall add the proper Element to
nleobj
using add.
Parameters:
clip |
The Clip controlling the track elements |
track_element |
The TrackElement |
nleobj |
The nleobject that needs to be filled |
Returns:
true if the implementer successfully filled the |
Namespace: GES
Package: gst-editing-services-1.0