MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / OnDestroy

Method OnDestroy

src/render/plugins/opus_encoder/opus_encoder_plugin.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected