Gst.Segment.prototype.init

function init(format:Gst.Format):void {
    // Gjs wrapper for gst_segment_init()
}

The start/position fields are set to 0 and the stop/duration fields are set to -1 (unknown). The default rate of 1.0 and no flags are set.

Initialize segment to its default values.

format

the format of the segment.