Clock.getCalibration

Gets the internal rate and reference time of clock. See gst_clock_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.

class Clock
void
getCalibration

Parameters

internal GstClockTime

a location to store the internal time

external GstClockTime

a location to store the external time

rateNum GstClockTime

a location to store the rate numerator

rateDenom GstClockTime

a location to store the rate denominator

Meta