Audacity 3.2.0
Public Types | Public Attributes | List of all members
AudioIOEvent Struct Reference

#include <AudioIO.h>

Collaboration diagram for AudioIOEvent:
[legend]

Public Types

enum  Type { PLAYBACK , CAPTURE , MONITOR }
 

Public Attributes

AudacityProjectpProject
 
enum AudioIOEvent::Type type
 
bool on
 

Detailed Description

Emitted by the global AudioIO object when play, recording, or monitoring starts or stops

Definition at line 59 of file AudioIO.h.

Member Enumeration Documentation

◆ Type

Enumerator
PLAYBACK 
CAPTURE 
MONITOR 

Definition at line 61 of file AudioIO.h.

61 {
63 CAPTURE,
64 MONITOR,
65 } type;
enum AudioIOEvent::Type type

Member Data Documentation

◆ on

bool AudioIOEvent::on

◆ pProject

AudacityProject* AudioIOEvent::pProject

◆ type

enum AudioIOEvent::Type AudioIOEvent::type

The documentation for this struct was generated from the following file: