GstPadIterIntLinkFunction

The signature of the internal pad link iterator function.

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

Return Value

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

the caller must call Iterator.free after usage.