MT safe.
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
src | The object originating the message. |
format | The format of the position being played |
position | The position of the segment being played |
Returns
the new segment start message.