org.gstreamer
Interface Pad.LINKED

Enclosing class:
Pad

public static interface Pad.LINKED

Signal emitted when new this Pad is linked to another Pad

See Also:
Pad.connect(LINKED), Pad.disconnect(LINKED)

Method Summary
 void linked(Pad pad, Pad peer)
          Called when a Pad is linked to another Pad.
 

Method Detail

linked

void linked(Pad pad,
            Pad peer)
Called when a Pad is linked to another Pad.

Parameters:
pad - the pad that emitted the signal.
peer - the peer pad that has been connected.