set_activatemode_function


Description:

[ CCode ( cname = "gst_pad_set_activatemode_function_full" ) ]
public void set_activatemode_function (PadActivateModeFunction activatemode, void* user_data = null, DestroyNotify? notify = null)

Sets the given activate_mode function for the pad.

An activate_mode function prepares the element for data passing.

Parameters:

this

a Pad.

activatemode

the PadActivateModeFunction to set.

notify

notify called when activatemode will not be used anymore.

user_data

user_data passed to notify