Message.segment_done
Description:
[ CCode ( has_construct_function = false ) ]
public Message.segment_done (Object? src, Format format, int64 position)
public Message.segment_done (Object? src, Format format, int64 position)
Create a new segment done message.
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 segment_start have posted the segment_done.
Parameters:
src |
The object originating the message. |
format |
The format of the position being done |
position |
The position of the segment being done |