Clock.unadjustWithCalibration

Converts the given external_target clock time to the internal time, using the passed calibration parameters. This function performs the same calculation as gst.clock.Clock.unadjustUnlocked when called using the current calibration parameters.

Note: The clock parameter is unused and can be NULL

Parameters

externalTarget gst.types.ClockTime

a clock time

cinternal gst.types.ClockTime

a reference internal time

cexternal gst.types.ClockTime

a reference external time

cnum gst.types.ClockTime

the numerator of the rate of the clock relative to its internal time

cdenom gst.types.ClockTime

the denominator of the rate of the clock

Return Value

Type: gst.types.ClockTime

the converted time of the clock.