![]() |
Audacity 3.2.0
|
Notification, after recording has stopped, when dropouts have been detected. More...
#include <ProjectAudioManager.h>
Public Types | |
| using | Interval = std::pair< double, double > |
| Start time and duration. More... | |
| using | Intervals = std::vector< Interval > |
Public Member Functions | |
| RecordingDropoutEvent (const Intervals &intervals) | |
Public Attributes | |
| const Intervals & | intervals |
| Disjoint and sorted increasingly. More... | |
Notification, after recording has stopped, when dropouts have been detected.
Definition at line 47 of file ProjectAudioManager.h.
| using RecordingDropoutEvent::Interval = std::pair<double, double> |
Start time and duration.
Definition at line 49 of file ProjectAudioManager.h.
| using RecordingDropoutEvent::Intervals = std::vector<Interval> |
Definition at line 50 of file ProjectAudioManager.h.
|
inlineexplicit |
Definition at line 52 of file ProjectAudioManager.h.
| const Intervals& RecordingDropoutEvent::intervals |
Disjoint and sorted increasingly.
Definition at line 57 of file ProjectAudioManager.h.
Referenced by anonymous_namespace{DropoutDetector.cpp}::DropoutSubscription::DropoutSubscription().