* Check if audio stream is playing. */
| 117 | * Check if audio stream is playing. |
| 118 | */ |
| 119 | RLCPP_NODISCARD bool IsPlaying() const { return ::IsAudioStreamPlaying(*this); } |
| 120 | |
| 121 | /** |
| 122 | * Stop audio stream. |
nothing calls this directly
no outgoing calls
no test coverage detected