set_getrange_function
Description:
[ CCode ( cname = "gst_pad_set_getrange_function_full" ) ]
public void set_getrange_function (PadGetRangeFunction @get, void* user_data = null, DestroyNotify? notify = null)
public void set_getrange_function (PadGetRangeFunction @get, void* user_data = null, DestroyNotify? notify = null)
Sets the given getrange function for the pad.
The getrange function is called to produce a new Buffer to start the processing pipeline. see PadGetRangeFunction for a description of the getrange function.
Parameters:
this |
a source Pad. |
user_data |
user_data passed to |
notify |
notify called when |
get |
the PadGetRangeFunction to set. |