Audacity 3.2.0
Classes | Typedefs
ClipSegment.h File Reference
#include "AudioSegment.h"
#include "ClipTimeAndPitchSource.h"
#include "Observer.h"
#include "PlaybackDirection.h"
#include <atomic>
#include <memory>
Include dependency graph for ClipSegment.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ClipSegment
 

Typedefs

using PitchRatioChangeCbSubscriber = std::function< void(std::function< void(double)>)>
 

Typedef Documentation

◆ PitchRatioChangeCbSubscriber

using PitchRatioChangeCbSubscriber = std::function<void(std::function<void(double)>)>

Definition at line 23 of file ClipSegment.h.