Clock.getCalibration

Gets the internal rate and reference time of clock. See gst.clock.Clock.setCalibration for more information.

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

Parameters

internal gst.types.ClockTime

a location to store the internal time

external gst.types.ClockTime

a location to store the external time

rateNum gst.types.ClockTime

a location to store the rate numerator

rateDenom gst.types.ClockTime

a location to store the rate denominator