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