22 #ifndef ULTIMA8_AUDIO_AUDIOSAMPLE_H 23 #define ULTIMA8_AUDIO_AUDIOSAMPLE_H 25 #include "common/scummsys.h" 28 class SeekableAudioStream;
47 AudioSample(
const uint8 *buffer, uint32 size, uint32 bits,
bool stereo,
bool deleteBuffer);
50 inline uint32 getRate()
const {
53 inline uint32 getBits()
const {
56 inline bool isStereo()
const {
uint32 getLength() const
get AudioSample _length (in samples)
Definition: audio_sample.h:61
Definition: audiostream.h:212
Definition: detection.h:27
Definition: audio_sample.h:34