TypeScript API Documentation for GSTREAMER
API Version: 1.0
Library Version: 1.26.10
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Multiplies the fractions a_n/a_d and b_n/b_d and stores the result in res_n and res_d.
a_n
a_d
b_n
b_d
res_n
res_d
Numerator of first value
Denominator of first value
Numerator of second value
Denominator of second value
false on overflow, true otherwise.
false
true
Multiplies the fractions
a_n/a_dandb_n/b_dand stores the result inres_nandres_d.