PadIterIntLinkFunction
Description:
[
CCode ( has_target =
false ) ]
public delegate Iterator<
Pad>
PadIterIntLinkFunction (
Pad pad)
The signature of the internal pad link iterator function.
Parameters:
Returns:
a new 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 gst_iterator_free after usage. Since 0.10.21 |