ProxyPad.iterateInternalLinksDefault

gst.iterator.Iterator iterateInternalLinksDefault(gst.pad.Pad pad, gst.object.ObjectWrap parent = null)

Invoke the default iterate internal links function of the proxy pad.

Parameters

padthe #GstPad to get the internal links of.
parentthe parent of pad or null

Returns

a #GstIterator of #GstPad, or null if pad

has no parent. Unref each returned pad with [gst.object.ObjectWrap.unref].