Audacity 3.2.0
|
#include <SampleFormat.h>
Public Member Functions | |
GrowableSampleBuffer () | |
GrowableSampleBuffer (size_t count, sampleFormat format) | |
GrowableSampleBuffer & | Resize (size_t count, sampleFormat format) |
void | Free () |
samplePtr | ptr () const |
Private Attributes | |
size_t | mCount |
Additional Inherited Members | |
Private Member Functions inherited from SampleBuffer | |
SampleBuffer () | |
SampleBuffer (size_t count, sampleFormat format) | |
~SampleBuffer () | |
SampleBuffer (SampleBuffer &&other) | |
SampleBuffer & | operator= (SampleBuffer &&other) |
SampleBuffer & | Allocate (size_t count, sampleFormat format) |
void | Free () |
samplePtr | ptr () const |
Definition at line 172 of file SampleFormat.h.
|
inline |
Definition at line 175 of file SampleFormat.h.
|
inline |
Definition at line 180 of file SampleFormat.h.
|
inline |
Definition at line 194 of file SampleFormat.h.
References SampleBuffer::Free(), and mCount.
|
inline |
Definition at line 165 of file SampleFormat.h.
Referenced by Resize().
|
inline |
Definition at line 185 of file SampleFormat.h.
References SampleBuffer::Allocate(), anonymous_namespace{ExportPCM.cpp}::format, mCount, and ptr().
|
private |
Definition at line 203 of file SampleFormat.h.