Audacity 3.2.0
Classes | Macros
RecordingPrefs.h File Reference
#include <wx/defs.h>
#include "PrefsPanel.h"
Include dependency graph for RecordingPrefs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RecordingPrefs
 A PrefsPanel used to select recording options. More...
 

Macros

#define RECORDING_PREFS_PLUGIN_SYMBOL
 
#define AUDIO_PRE_ROLL_KEY   (wxT("/AudioIO/PreRoll"))
 
#define DEFAULT_PRE_ROLL_SECONDS   5.0
 
#define AUDIO_ROLL_CROSSFADE_KEY   (wxT("/AudioIO/Crossfade"))
 
#define DEFAULT_ROLL_CROSSFADE_MS   10.0
 

Macro Definition Documentation

◆ AUDIO_PRE_ROLL_KEY

#define AUDIO_PRE_ROLL_KEY   (wxT("/AudioIO/PreRoll"))

Definition at line 37 of file RecordingPrefs.h.

◆ AUDIO_ROLL_CROSSFADE_KEY

#define AUDIO_ROLL_CROSSFADE_KEY   (wxT("/AudioIO/Crossfade"))

Definition at line 40 of file RecordingPrefs.h.

◆ DEFAULT_PRE_ROLL_SECONDS

#define DEFAULT_PRE_ROLL_SECONDS   5.0

Definition at line 38 of file RecordingPrefs.h.

◆ DEFAULT_ROLL_CROSSFADE_MS

#define DEFAULT_ROLL_CROSSFADE_MS   10.0

Definition at line 41 of file RecordingPrefs.h.

◆ RECORDING_PREFS_PLUGIN_SYMBOL

#define RECORDING_PREFS_PLUGIN_SYMBOL
Value:
L"Recording", \
/* i18n-hint: modifier as in "Recording preferences", not progressive verb */ \
XC("Recording", "preference") \
}
ComponentInterfaceSymbol pairs a persistent string identifier used internally with an optional,...

Definition at line 31 of file RecordingPrefs.h.