CollectPadsBufferFunction
Description:
[ CCode ( cname = "GstCollectPadsBufferFunction" , instance_pos = 3.9 ) ]
public delegate FlowReturn CollectPadsBufferFunction (CollectPads pads, CollectData data, owned Buffer buffer)
public delegate FlowReturn CollectPadsBufferFunction (CollectPads pads, CollectData data, owned Buffer buffer)
A function that will be called when a (considered oldest) buffer can be muxed.
If all pads have reached EOS, this function is called with null buffer and
null data.
Parameters:
| pads |
the CollectPads that triggered the callback |
| data |
the CollectData of pad that has received the buffer |
| buffer |
the Buffer |
| user_data |
user data passed to set_buffer_function |
Returns:
|
gst_flow_ok for success |
Namespace: Gst.Base
Package: gstreamer-base-1.0