|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
void segmentDone(GstObject source, Format format, long position)
source
- the element which posted the message.format
- the format of the position being done.position
- the position of the segment being done.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |