valueFractionMultiply

fnbool valueFractionMultiply(gobject.value.Value product, gobject.value.Value factor1, gobject.value.Value factor2)

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

Parameters

producta GValue initialized to #GST_TYPE_FRACTION
factor1a GValue initialized to #GST_TYPE_FRACTION
factor2a GValue initialized to #GST_TYPE_FRACTION

Returns

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