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

Method OnCreate

src/render/plugins/ffmpeg_encoder/ffmpeg_encoder_plugin.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 bool FFmpegEncoderPlugin::OnCreate(const tc::GrPluginParam& plugin_param) {
54 tc::GrVideoEncoderPlugin::OnCreate(plugin_param);
55
56 return true;
57 }
58
59 bool FFmpegEncoderPlugin::OnDestroy() {
60 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected