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

Function GetInstance

src/render/plugins/opus_encoder/opus_encoder_plugin.h:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42extern "C" __declspec(dllexport) void* GetInstance();
43
44void* GetInstance() {
45 static tc::OpusEncoderPlugin plugin;
46 return (void*)&plugin;
47}
48
49
50#endif //GAMMARAY_UDP_PLUGIN_H

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected