Gst.Event.new_segment_done
function new_segment_done(format:Gst.Format, position:Number):Gst.Event { // Gjs wrapper for gst_event_new_segment_done() }
Create a new segment-done event. This event is sent by elements that finish playback of a segment as a result of a segment seek.
- format
The format of the position being done
- position
The position of the segment being done
- Returns
a new Gst.Event