value_fraction_multiply

function value_fraction_multiply(product:GObject.Value, factor1:GObject.Value, factor2:GObject.Value):Boolean {
    // Gjs wrapper for gst_value_fraction_multiply()
}

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

product

a GValue initialized to #GST_TYPE_FRACTION

factor1

a GValue initialized to #GST_TYPE_FRACTION

factor2

a GValue initialized to #GST_TYPE_FRACTION

Returns

FALSE in case of an error (like integer overflow), TRUE otherwise.