Clock.addObservationUnapplied

Add a clock observation to the internal slaving algorithm the same as gst.clock.Clock.addObservation, 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.Clock.setCalibration with the values, or some modified version of them.

Parameters

slave gst.types.ClockTime

a time on the slave

master gst.types.ClockTime

a time on the master

rSquared double

a pointer to hold the result

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

Return Value

Type: bool

true if enough observations were added to run the regression algorithm.