Function

Gst-1.0Gstvalue_fraction_multiply

  • Multiplies the two GObject.Value items containing a #GST_TYPE_FRACTION and sets product to the product of the two fractions.

    Parameters

    • product: any

      a GValue initialized to #GST_TYPE_FRACTION

    • factor1: any

      a GValue initialized to #GST_TYPE_FRACTION

    • factor2: any

      a GValue initialized to #GST_TYPE_FRACTION

    Returns boolean

    false in case of an error (like integer overflow), true otherwise.