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

Method GetBufferSize

libraries/lib-lv2/LV2Preferences.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool LV2Preferences::GetBufferSize(
51 const EffectDefinitionInterface &effect, int &bufferSize)
52{
53 return GetSetting(effect, BufferSizeStr, bufferSize, 8192);
54}
55
56bool LV2Preferences::SetBufferSize(
57 const EffectDefinitionInterface &effect, int bufferSize)

Callers

nothing calls this directly

Calls 1

GetSettingFunction · 0.85

Tested by

no test coverage detected