#include <wx/defs.h>
#include "PrefsPanel.h"
Go to the source code of this file.
◆ AUDIO_PRE_ROLL_KEY
#define AUDIO_PRE_ROLL_KEY (wxT("/AudioIO/PreRoll")) |
◆ AUDIO_ROLL_CROSSFADE_KEY
#define AUDIO_ROLL_CROSSFADE_KEY (wxT("/AudioIO/Crossfade")) |
◆ DEFAULT_PRE_ROLL_SECONDS
#define DEFAULT_PRE_ROLL_SECONDS 5.0 |
◆ DEFAULT_ROLL_CROSSFADE_MS
#define DEFAULT_ROLL_CROSSFADE_MS 10.0 |
◆ RECORDING_PREFS_PLUGIN_SYMBOL
#define RECORDING_PREFS_PLUGIN_SYMBOL |
Value:
L"Recording", \
\
XC("Recording", "preference") \
}
ComponentInterfaceSymbol pairs a persistent string identifier used internally with an optional,...
Definition at line 31 of file RecordingPrefs.h.