| 16 | using AudioStreamUnmanaged::AudioStreamUnmanaged; |
| 17 | |
| 18 | AudioStream(const AudioStream&) = delete; |
| 19 | AudioStream& operator=(const AudioStream&) = delete; |
| 20 | |
| 21 | AudioStream(AudioStream&& other) noexcept { |
nothing calls this directly
no outgoing calls
no test coverage detected