![]() |
Audacity 3.2.0
|
#include "DevicePrefs.h"
#include "AudioIOBase.h"
#include "RecordingPrefs.h"
#include <wx/defs.h>
#include <wx/choice.h>
#include <wx/log.h>
#include <wx/textctrl.h>
#include "portaudio.h"
#include "Prefs.h"
#include "ShuttleGui.h"
#include "DeviceManager.h"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{DevicePrefs.cpp} |
Enumerations | |
enum | { HostID = 10000 , PlayID , RecordID , ChannelsID } |
Functions | |
PrefsPanel * | DevicePrefsFactory (wxWindow *parent, wxWindowID winid, AudacityProject *) |
Variables | |
PrefsPanel::Registration | anonymous_namespace{DevicePrefs.cpp}::sAttachment |
anonymous enum |
Enumerator | |
---|---|
HostID | |
PlayID | |
RecordID | |
ChannelsID |
Definition at line 43 of file DevicePrefs.cpp.
PrefsPanel * DevicePrefsFactory | ( | wxWindow * | parent, |
wxWindowID | winid, | ||
AudacityProject * | |||
) |
Definition at line 418 of file DevicePrefs.cpp.
References safenew.
Referenced by AudioSetupToolBar::CommonMenuItemSteps().