@return The current speed (1=normal, 2=fast, –1=rewind, etc.)
| 61 | |
| 62 | /// @return The current speed (1=normal, 2=fast, –1=rewind, etc.) |
| 63 | int getSpeed() const { return speed.load(); } |
| 64 | |
| 65 | /// Backward-compatible alias for playback position updates (no seek side effects). |
| 66 | void Seek(int64_t new_position); |
nothing calls this directly
no outgoing calls
no test coverage detected