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

Method GetAudioEncoderPlugin

src/render/plugins/plugin_manager.cpp:256–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 }
255
256 GrAudioEncoderPlugin* PluginManager::GetAudioEncoderPlugin() {
257 auto plugin = GetPluginById(kOpusEncoderPluginId);
258 if (plugin) {
259 return (GrAudioEncoderPlugin*)plugin;
260 }
261 return nullptr;
262 }
263
264 GrPluginInterface* PluginManager::GetFileTransferPlugin() {
265 auto plugin = GetPluginById(kNetFileTransferPluginId);

Callers 1

InitAudioCaptureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected