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

Method GetPluginId

src/render/plugins/opus_encoder/opus_encoder_plugin.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace tc
17{
18 std::string OpusEncoderPlugin::GetPluginId() {
19 return kOpusEncoderPluginId;
20 }
21
22 std::string OpusEncoderPlugin::GetPluginName() {
23 return "OPUS Encoder";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected