MCPcopy Create free account
hub / github.com/audacity/audacity / SetRealtimeSupport

Method SetRealtimeSupport

libraries/lib-module-manager/PluginDescriptor.cpp:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void PluginDescriptor::SetRealtimeSupport(
198 EffectDefinitionInterface::RealtimeSince realtime)
199{
200 mEffectRealtime = realtime;
201}
202
203static constexpr auto After_3_1_string = "00";
204

Callers 1

PluginManager.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected