valueFractionMultiply
fn
bool 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
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.