returns true if the disconnection ramp has reached zero. This is intended to allow the AudioContext to manage popping artifacts
| 246 | // returns true if the disconnection ramp has reached zero. |
| 247 | // This is intended to allow the AudioContext to manage popping artifacts |
| 248 | bool disconnectionReady() const { return _scheduler._playbackState != SchedulingState::PLAYING; } |
| 249 | }; |
| 250 | |
| 251 | } // namespace lab |
nothing calls this directly
no outgoing calls
no test coverage detected