22 #ifndef ULTIMA8_AUDIO_AUDIOSAMPLE_H 23 #define ULTIMA8_AUDIO_AUDIOSAMPLE_H 26 class SeekableAudioStream;
45 AudioSample(
const uint8 *buffer, uint32 size, uint32 bits,
bool stereo,
bool deleteBuffer);
48 inline uint32 getRate()
const {
51 inline uint32 getBits()
const {
54 inline bool isStereo()
const {
uint32 getLength() const
get AudioSample _length (in samples)
Definition: audio_sample.h:59
Definition: audiostream.h:212
Definition: detection.h:27
Definition: audio_sample.h:32