| 34 | struct PCMEncoder |
| 35 | { |
| 36 | PCMEncoder(util::Injected<Sender> sender, Id channelId) |
| 37 | : mSender(std::move(sender)) |
| 38 | { |
| 39 | mOutputBuffer.channelId = channelId; |
| 40 | } |
| 41 | |
| 42 | void operator()(const SampleFormat* samples, |
| 43 | const AudioBuffer::Chunks& chunks, |
nothing calls this directly
no outgoing calls
no test coverage detected