| 108 | } |
| 109 | |
| 110 | inline void |
| 111 | RecorderOutput::EncoderToFile() |
| 112 | { |
| 113 | assert(file != nullptr); |
| 114 | |
| 115 | EncoderToOutputStream(*file, *encoder); |
| 116 | } |
| 117 | |
| 118 | void |
| 119 | RecorderOutput::Open(AudioFormat &audio_format) |
nothing calls this directly
no test coverage detected