org.gstreamer
Interface Bus.EOS

Enclosing class:
Bus

public static interface Bus.EOS

Signal emitted when end-of-stream is reached in a pipeline. The application will only receive this message in the PLAYING state and every time it sets a pipeline to PLAYING that is in the EOS state. The application can perform a flushing seek in the pipeline, which will undo the EOS state again.

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

Method Summary
 void endOfStream(GstObject source)
          Called when a Pipeline element posts a end-of-stream message.
 

Method Detail

endOfStream

void endOfStream(GstObject source)
Called when a Pipeline element posts a end-of-stream message.

Parameters:
source - the element which posted the message.