value_set_int_range
function value_set_int_range(value:GObject.Value, start:Number, end:Number):void {
// Gjs wrapper for gst_value_set_int_range()
}Sets value to the range specified by start and end.
- value
a GValue initialized to GST_TYPE_INT_RANGE
- start
the start of the range
- end
the end of the range