fraction_multiply


Description:


public bool fraction_multiply (ref Value product, Value factor1, Value factor2)

Multiplies the two Value 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.


Namespace: Gst.Value
Package: gstreamer-1.0