Set the current reader
| 291 | |
| 292 | /// Set the current reader |
| 293 | void Reader(ReaderBase *new_reader) { reader = new_reader; } |
| 294 | |
| 295 | /// Resample audio and map channels (if needed) |
| 296 | void ResampleMappedAudio(std::shared_ptr<Frame> frame, int64_t original_frame_number); |
nothing calls this directly
no outgoing calls
no test coverage detected