ValueGst.fractionMultiply

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

class ValueGst
static
int
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: int

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

Meta