Audacity 3.2.0
|
#include <MixerOptions.h>
Public Types | |
using | Factory = std::function< std::shared_ptr< EffectInstance >()> |
Public Attributes | |
const Factory | factory |
EffectSettings | settings |
std::shared_ptr< EffectInstance > | mpFirstInstance |
Definition at line 104 of file MixerOptions.h.
using MixerOptions::StageSpecification::Factory = std::function<std::shared_ptr<EffectInstance>()> |
Definition at line 105 of file MixerOptions.h.
const Factory MixerOptions::StageSpecification::factory |
Definition at line 107 of file MixerOptions.h.
Referenced by Mixer::RegisterEffectStage().
|
mutable |
Definition at line 110 of file MixerOptions.h.
Referenced by anonymous_namespace{Mix.cpp}::NeedsDitherPred(), and Mixer::RegisterEffectStage().
EffectSettings MixerOptions::StageSpecification::settings |
Definition at line 108 of file MixerOptions.h.
Referenced by Mixer::RegisterEffectStage().