Gst.Clock.prototype.get_calibration

function get_calibration():void {
    // Gjs wrapper for gst_clock_get_calibration()
}

Gets the internal rate and reference time of clock. See Gst.set_calibration for more information.

internal, external, rate_num, and rate_denom can be left null if the caller is not interested in the values.

MT safe.