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. out[allow-none]

external GstClockTime

a location to store the external time. out[allow-none]

rateNum GstClockTime

a location to store the rate numerator. out[allow-none]

rateDenom GstClockTime

a location to store the rate denominator. out[allow-none]

Meta