Audacity 3.2.0
|
#include <AudioIO.h>
Public Types | |
enum | Type { PLAYBACK , CAPTURE , MONITOR , PAUSE } |
Public Attributes | |
AudacityProject * | pProject |
enum AudioIOEvent::Type | type |
bool | on |
Emitted by the global AudioIO object when play, recording, or monitoring starts or stops
enum AudioIOEvent::Type |
bool AudioIOEvent::on |
Definition at line 68 of file AudioIO.h.
Referenced by MeterPanel::OnAudioCapture(), HistoryDialog::OnAudioIO(), TimeSignatureToolBar::OnAudioIOEvent(), MeterPanel::OnAudioIOStatus(), AdornedRulerPanel::OnAudioStartStop(), EffectUIHost::OnCapture(), and MixerBoard::OnStartStop().
AudacityProject* AudioIOEvent::pProject |
Definition at line 61 of file AudioIO.h.
Referenced by MeterPanel::OnAudioCapture(), MeterPanel::OnAudioIOStatus(), and EffectUIHost::OnCapture().
enum AudioIOEvent::Type AudioIOEvent::type |