| 55 | } |
| 56 | |
| 57 | bool OpusEncoderPlugin::OnDestroy() { |
| 58 | GrAudioEncoderPlugin::OnDestroy(); |
| 59 | return true; |
| 60 | } |
| 61 | |
| 62 | void OpusEncoderPlugin::Encode(const std::shared_ptr<Data> &data, int samples, int channels, int bits) { |
| 63 | if (!opus_encoder_) { |
nothing calls this directly
no outgoing calls
no test coverage detected