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