value_set_fraction_range
function value_set_fraction_range(value:GObject.Value, start:GObject.Value, end:GObject.Value):void {
// Gjs wrapper for gst_value_set_fraction_range()
}Sets value to the range specified by start and end.
- value
a GValue initialized to GST_TYPE_FRACTION_RANGE
- start
the start of the range (a GST_TYPE_FRACTION GValue)
- end
the end of the range (a GST_TYPE_FRACTION GValue)