[ CCode ( has_target = false ) ]
[ 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.
This method type is no longer used.
The implementer of this function shall add the proper Element to nleobj
using
add.
clip |
The Clip controlling the track elements |
track_element |
The TrackElement |
nleobj |
The nleobject that needs to be filled |
true if the implementer successfully filled the |