guint64 (such as a Gst.ClockTime) to scale.
numerator of the scale factor.
denominator of the scale factor.
val * num / denom. In the case of an overflow, this function returns G_MAXUINT64. If the result is not exactly representable as an integer, it is truncated. See also gst_util_uint64_scale_int_round(), gst_util_uint64_scale_int_ceil(), gst_util_uint64_scale(), gst_util_uint64_scale_round(), gst_util_uint64_scale_ceil().
Scale
valby the rational numbernum/denom, avoiding overflows and underflows and without loss of precision.nummust be non-negative anddenommust be positive.