GstPadIterIntLinkFunction

The signature of the internal pad link iterator function.

alias GstPadIterIntLinkFunction = GstIterator* function(GstPad* pad, GstObject* parent)

Return Value

a new #GstIterator that will iterate over all pads that are linked to the given pad on the inside of the parent element.

the caller must call gst_iterator_free() after usage.

Meta