Audacity 3.2.0
Classes | Typedefs
AudioIOListener.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AudioIOListener
 Monitors record play start/stop and new sample blocks. Has callbacks for these events. More...
 

Typedefs

using WritableSampleTrackArray = std::vector< std::shared_ptr< WritableSampleTrack > >
 

Typedef Documentation

◆ WritableSampleTrackArray

using WritableSampleTrackArray = std::vector < std::shared_ptr < WritableSampleTrack > >

Definition at line 17 of file AudioIOListener.h.