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

Method OnCreate

src/render/plugin_interface/gr_video_encoder_plugin.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 bool GrVideoEncoderPlugin::OnCreate(const tc::GrPluginParam &param) {
20 GrPluginInterface::OnCreate(param);
21 return true;
22 }
23
24 bool GrVideoEncoderPlugin::OnDestroy() {
25 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected