Function

Gst-1.0Gstvalue_set_fraction_range

  • Sets value to the range specified by start and end.

    Parameters

    • value: any

      a GValue initialized to GST_TYPE_FRACTION_RANGE

    • start: any

      the start of the range (a GST_TYPE_FRACTION GValue)

    • end: any

      the end of the range (a GST_TYPE_FRACTION GValue)

    Returns void