Message.newSegmentStart

gst.message.Message newSegmentStart(gst.object.ObjectWrap src, gst.types.Format format, long 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

srcThe object originating the message.
formatThe format of the position being played
positionThe position of the segment being played

Returns

the new segment start message.

MT safe.