12#ifndef __AUDACITY_SAMPLE_TRACK__
13#define __AUDACITY_SAMPLE_TRACK__
65 const TypeInfo &GetTypeInfo()
const override;
66 static const TypeInfo &ClassTypeInfo();
Extends Track with notions of mute and solo setting.
#define ENUMERATE_TRACK_TYPE(T)
Empty class which will have subclasses.
double GetEndTime() const
Get the maximum of End() values of intervals, or 0 when none.
double GetStartTime() const
Get the minimum of Start() values of intervals, or 0 when none.
virtual size_t NChannels() const =0
Report the number of channels.
AudioTrack subclass that can also be audibly replayed by the program.
static const TypeInfo & ClassTypeInfo()
virtual sampleFormat GetSampleFormat() const =0
virtual const TypeInfo & GetTypeInfo() const =0
bool GetFloats(size_t iChannel, size_t nBuffers, float *const buffers[], sampleCount start, size_t len, bool backwards=false, fillFormat fill=FillFormat::fillZero, bool mayThrow=true, sampleCount *pNumWithinClips=nullptr) const
~WritableSampleTrack() override
virtual double GetRate() const =0
Empty argument passed to some public constructors.