Function

Gst-1.0Gstvalue_set_fraction_range_full

  • Sets value to the range specified by numerator_start/denominator_start and numerator_end/denominator_end.

    Parameters

    • value: any

      a GValue initialized to GST_TYPE_FRACTION_RANGE

    • numerator_start: number

      the numerator start of the range

    • denominator_start: number

      the denominator start of the range

    • numerator_end: number

      the numerator end of the range

    • denominator_end: number

      the denominator end of the range

    Returns void