| 160 | } |
| 161 | |
| 162 | bool PluginDescriptor::IsEffectRealtime() const |
| 163 | { |
| 164 | return mEffectRealtime != EffectDefinitionInterface::RealtimeSince::Never; |
| 165 | } |
| 166 | |
| 167 | bool PluginDescriptor::IsEffectAutomatable() const |
| 168 | { |
no outgoing calls
no test coverage detected