org.gstreamer
Interface Bin.DO_LATENCY

Enclosing class:
Bin

public static interface Bin.DO_LATENCY

Signal emitted when an Element has latency

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

Method Summary
 void doLatency(Bin bin)
          Called when an Element is removed from a Bin
 

Method Detail

doLatency

void doLatency(Bin bin)
Called when an Element is removed from a Bin

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