set_chain_function
Description:
[ CCode ( cname = "gst_pad_set_chain_function_full" ) ]
public void set_chain_function (PadChainFunction chain, void* user_data = null, DestroyNotify? notify = null)
public void set_chain_function (PadChainFunction chain, void* user_data = null, DestroyNotify? notify = null)
Sets the given chain function for the pad.
The chain function is called to process a Buffer input buffer. see PadChainFunction for more details.
Parameters:
this |
a sink Pad. |
chain |
the PadChainFunction to set. |
notify |
notify called when |
user_data |
user_data passed to |