value_get_fraction_denominator
function value_get_fraction_denominator(value:GObject.Value):Number { // Gjs wrapper for gst_value_get_fraction_denominator() }
Gets the denominator of the fraction specified by value.
- value
a GValue initialized to #GST_TYPE_FRACTION
- Returns
the denominator of the fraction.