#include <audiere.h>
Public Member Functions | |
| virtual void ADR_CALL | getFormat (int &channel_count, int &sample_rate, SampleFormat &sample_format)=0 |
| virtual int ADR_CALL | getLength ()=0 |
| virtual const void *ADR_CALL | getSamples ()=0 |
| virtual SampleSource *ADR_CALL | openStream ()=0 |
|
||||||||||||||||
|
Return the format of the sample data in the sample buffer.
|
|
|
Get the length of the sample buffer in frames. |
|
|
Get a readonly pointer to the samples contained within the buffer. The buffer is |channel_count * frame_count * GetSampleSize(sample_format)| bytes long. |
|
|
Open a seekable sample source using the samples contained in the buffer. |
1.4.6-NO