Clock.addObservationUnapplied

Add a clock observation to the internal slaving algorithm the same as gst_clock_add_observation(), and return the result of the master clock estimation, without updating the internal calibration.

The caller can then take the results and call gst_clock_set_calibration() with the values, or some modified version of them.

Parameters

slave GstClockTime

a time on the slave

master GstClockTime

a time on the master

rSquared double

a pointer to hold the result

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