org.gstreamer
Interface Bin.ELEMENT_REMOVED

Enclosing class:
Bin

public static interface Bin.ELEMENT_REMOVED

Signal emitted when an Element is removed from this Bin

See Also:
Bin.connect(ELEMENT_REMOVED), Bin.disconnect(ELEMENT_REMOVED)

Method Summary
 void elementRemoved(Bin bin, Element element)
          Called when an Element is removed from a Bin
 

Method Detail

elementRemoved

void elementRemoved(Bin bin,
                    Element element)
Called when an Element is removed from a Bin

Parameters:
bin - the Bin the element was removed from.
element - the Element that was removed.