Audacity 3.2.0
Classes | Typedefs | Enumerations
ClipInterface.h File Reference
#include "AudioSegmentSampleView.h"
#include "Observer.h"
#include "SampleCount.h"
#include "SampleFormat.h"
Include dependency graph for ClipInterface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ClipTimes
 
class  ClipInterface
 

Typedefs

using ClipConstHolders = std::vector< std::shared_ptr< const ClipInterface > >
 

Enumerations

enum class  PitchAndSpeedPreset { Default , OptimizeForVoice }
 

Typedef Documentation

◆ ClipConstHolders

using ClipConstHolders = std::vector<std::shared_ptr<const ClipInterface> >

Definition at line 68 of file ClipInterface.h.

Enumeration Type Documentation

◆ PitchAndSpeedPreset

enum class PitchAndSpeedPreset
strong
Enumerator
Default 
OptimizeForVoice 

Definition at line 39 of file ClipInterface.h.

40{
41 Default,
43};
NumericFormatSymbol Default(const NumericConverterType &type)
Returns the default format for the type or empty symbol, if no default symbol is registered.