Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
197
void PluginDescriptor::SetRealtimeSupport(
198
EffectDefinitionInterface::RealtimeSince realtime)
199
{
200
mEffectRealtime = realtime;
201
}
202
203
static constexpr auto After_3_1_string =
"00"
;
204
Callers
1
PluginManager.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected