* Retrieve whether or not the audio stream is ready. */
| 183 | * Retrieve whether or not the audio stream is ready. |
| 184 | */ |
| 185 | RLCPP_NODISCARD bool IsValid() const { return ::IsAudioStreamValid(*this); } |
| 186 | |
| 187 | protected: |
| 188 | void set(const ::AudioStream& stream) { |
nothing calls this directly
no outgoing calls
no test coverage detected