| 42 | extern "C" __declspec(dllexport) void* GetInstance(); |
| 43 | |
| 44 | void* GetInstance() { |
| 45 | static tc::OpusEncoderPlugin plugin; |
| 46 | return (void*)&plugin; |
| 47 | } |
| 48 | |
| 49 | |
| 50 | #endif //GAMMARAY_UDP_PLUGIN_H |
nothing calls this directly
no outgoing calls
no test coverage detected