org.gstreamer
Interface Bus.SEGMENT_START

Enclosing class:
Bus

public static interface Bus.SEGMENT_START

This message is posted by elements that start playback of a segment as a result of a segment seek.

This message is not received by the application but is used for maintenance reasons in container elements.


Method Summary
 void segmentStart(GstObject source, Format format, long position)
           
 

Method Detail

segmentStart

void segmentStart(GstObject source,
                  Format format,
                  long position)