* Check if any audio stream buffers require refill. */
| 88 | * Check if any audio stream buffers require refill. |
| 89 | */ |
| 90 | RLCPP_NODISCARD bool IsProcessed() const { return ::IsAudioStreamProcessed(*this); } |
| 91 | |
| 92 | /** |
| 93 | * Play audio stream. |
nothing calls this directly
no outgoing calls
no test coverage detected