IteratorCopyFunction
Description:
[ CCode ( has_target = false ) ]
public delegate void IteratorCopyFunction (Iterator it, Iterator copy)
public delegate void IteratorCopyFunction (Iterator it, Iterator copy)
This function will be called when creating a copy of it
and should create a copy of all custom iterator fields or increase their
reference counts.
Parameters:
it |
The original iterator |
copy |
The copied iterator |
Namespace: Gst
Package: gstreamer-1.0