org.gstreamer
Interface Pad.UNLINKED
- Enclosing class:
- Pad
public static interface Pad.UNLINKED
Signal emitted when new this Pad is disconnected from a peer Pad
- See Also:
Pad.connect(UNLINKED),
Pad.disconnect(UNLINKED)
|
Method Summary |
void |
unlinked(Pad pad,
Pad peer)
Called when a Pad is unlinked from another Pad. |
unlinked
void unlinked(Pad pad,
Pad peer)
- Called when a
Pad is unlinked from another Pad.
- Parameters:
pad - the pad that emitted the signal.peer - the peer pad that has been connected.
Copyright © 2010. All Rights Reserved.