Go to the documentation of this file.
22 #ifndef __AUDIOCODECS_STREAM__
23 #define __AUDIOCODECS_STREAM__
56 virtual void SeekTo(
unsigned long framePosition) {}
67 bool ReadData(
int channel,
TData* buffer,
unsigned nFrames );
71 bool ReadData(
int* channels,
int nchannels,
72 TData** buffers,
unsigned nFrames );
75 void WriteData(
int channel,
const TData* buffer,
unsigned nFrames );
79 void WriteData(
int* channels,
int nchannels,
80 TData**
const buffers,
unsigned nFrames );
93 void AdjustInterleavedBuffer(
unsigned nFrames );
99 #endif // AudioCodecs_Stream.hxx