set_query_function


Description:

[ CCode ( cname = "gst_pad_set_query_function_full" ) ]
public void set_query_function (PadQueryFunction query, void* user_data = null, DestroyNotify? notify = null)

Set the given query function for the pad.

Parameters:

this

a Pad of either direction.

query

the PadQueryFunction to set.

notify

notify called when query will not be used anymore.

user_data

user_data passed to notify