set_iterate_internal_links_function


Description:

[ CCode ( cname = "gst_pad_set_iterate_internal_links_function_full" ) ]
public void set_iterate_internal_links_function (PadIterIntLinkFunction iterintlink, void* user_data = null, DestroyNotify? notify = null)

Sets the given internal link iterator function for the pad.

Parameters:

this

a Pad of either direction.

iterintlink

the PadIterIntLinkFunction to set.

notify

notify called when iterintlink will not be used anymore.

user_data

user_data passed to notify