org.gstreamer
Interface Bus.SEGMENT_DONE

Enclosing class:
Bus

public static interface Bus.SEGMENT_DONE

Signal emitted when the pipeline has completed playback of a segment.

This message is posted by elements that finish playback of a segment as a result of a segment seek. This message is received by the application after all elements that posted a Bus.SEGMENT_START have posted segment-done.

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

Method Summary
 void segmentDone(GstObject source, Format format, long position)
          Called when a segment-done message has been posted.
 

Method Detail

segmentDone

void segmentDone(GstObject source,
                 Format format,
                 long position)
Called when a segment-done message has been posted.

Parameters:
source - the element which posted the message.
format - the format of the position being done.
position - the position of the segment being done.