⚠️ This documentation corresponds to the latest development branch of axmol. It might diverge from the official releases.

Axmol Engine 3.0.0-dff292a
Loading...
Searching...
No Matches
AudioDecoder Member List

This is the complete list of members for AudioDecoder, including all inherited members.

bytesToFrames(uint32_t bytes) constAudioDecodervirtual
close()=0AudioDecoderpure virtual
framesToBytes(uint32_t frames) constAudioDecodervirtual
getChannelCount() constAudioDecodervirtual
getSampleRate() constAudioDecodervirtual
getTotalFrames() constAudioDecodervirtual
isOpened() constAudioDecodervirtual
open(std::string_view path)=0AudioDecoderpure virtual
read(uint32_t framesToRead, char *pcmBuf)=0AudioDecoderpure virtual
readFixedFrames(uint32_t framesToRead, char *pcmBuf)AudioDecodervirtual
seek(uint32_t frameOffset)=0AudioDecoderpure virtual