org.gstreamer
Interface Bus.ASYNC_DONE

Enclosing class:
Bus

public static interface Bus.ASYNC_DONE

Signal emitted by elements when they complete an ASYNC state change.

Applications will only receive this message from the top level pipeline.

See Also:
Bus.connect(ASYNC_DONE), Bus.disconnect(ASYNC_DONE)

Method Summary
 void asyncDone(GstObject source)
          Called when a segment-done message has been posted.
 

Method Detail

asyncDone

void asyncDone(GstObject source)
Called when a segment-done message has been posted.

Parameters:
source - the element which posted the message.