ValueGst.fractionMultiply

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

struct ValueGst
static
bool
fractionMultiply

Parameters

product Value

a GValue initialized to GST_TYPE_FRACTION

factor1 Value

a GValue initialized to GST_TYPE_FRACTION

factor2 Value

a GValue initialized to GST_TYPE_FRACTION

Return Value

Type: bool

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