Audacity 3.2.0
|
#include "DevicePrefs.h"
#include "AudioIOBase.h"
#include "IteratorX.h"
#include "RecordingPrefs.h"
#include <wx/defs.h>
#include <wx/choice.h>
#include <wx/combobox.h>
#include <wx/log.h>
#include <wx/textctrl.h>
#include <wx/bmpbuttn.h>
#include "portaudio.h"
#include "Prefs.h"
#include "ShuttleGui.h"
#include "DeviceManager.h"
#include "ProjectRate.h"
#include "QualityPrefs.h"
#include "QualitySettings.h"
#include "AllThemeResources.h"
#include "Theme.h"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{DevicePrefs.cpp} |
Macros | |
#define | ID_DEFAULT_SAMPLE_RATE_CHOICE 7001 |
Enumerations | |
enum | { HostID = 10000 , PlayID , RecordID , ChannelsID , DefaultSampleRateChoice , ProjectSampleRateChoice } |
Functions | |
PrefsPanel * | DevicePrefsFactory (wxWindow *parent, wxWindowID winid, AudacityProject *project) |
Variables | |
PrefsPanel::Registration | anonymous_namespace{DevicePrefs.cpp}::sAttachment |
#define ID_DEFAULT_SAMPLE_RATE_CHOICE 7001 |
Definition at line 51 of file DevicePrefs.cpp.
anonymous enum |
Enumerator | |
---|---|
HostID | |
PlayID | |
RecordID | |
ChannelsID | |
DefaultSampleRateChoice | |
ProjectSampleRateChoice |
Definition at line 53 of file DevicePrefs.cpp.
PrefsPanel * DevicePrefsFactory | ( | wxWindow * | parent, |
wxWindowID | winid, | ||
AudacityProject * | project | ||
) |
Definition at line 567 of file DevicePrefs.cpp.
References project, and safenew.
Referenced by AudioSetupToolBar::CommonMenuItemSteps().