playbackRate

open override var playbackRate: Double

Playback rate, read from the ENGINE rather than echoed from the last write.

THEOplayer's own latency manager moves this to hold live latency, so the SDK compares observed against written to notice it is being overridden. Echoing the write would turn that check into a no-op and leave two controllers pulling against each other.