public static interface Bus.SEGMENT_DONE
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.
Modifier and Type | Method and Description |
---|---|
void |
segmentDone(GstObject source,
Format format,
long position)
Called when a segment-done message has been posted.
|