value_set_int64_range_step

function value_set_int64_range_step(value:GObject.Value, start:Number, end:Number, step:Number):void {
    // Gjs wrapper for gst_value_set_int64_range_step()
}

Sets value to the range specified by start, end and step.

value

a GValue initialized to GST_TYPE_INT64_RANGE

start

the start of the range

end

the end of the range

step

the step of the range