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

Method OnDestroy

src/render/plugin_interface/gr_audio_encoder_plugin.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 bool GrAudioEncoderPlugin::OnDestroy() {
25
26 return true;
27 }
28
29 void GrAudioEncoderPlugin::Encode(const std::shared_ptr<Data>& data, int sample, int channels, int bits) {
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected