Get the Playback speed
| 31 | |
| 32 | // Get the Playback speed |
| 33 | float PlayerBase::Speed() { |
| 34 | return speed; |
| 35 | } |
| 36 | |
| 37 | // Set the Playback speed multiplier (1.0 = normal speed, <1.0 = slower, >1.0 faster) |
| 38 | void PlayerBase::Speed(float new_speed) { |
nothing calls this directly
no outgoing calls
no test coverage detected