⚠️ This documentation corresponds to the latest development branch of axmol. It might diverge from the official releases.
|
Axmol Engine 3.0.0-dff292a
|
This is the complete list of members for AudioDecoder, including all inherited members.
| bytesToFrames(uint32_t bytes) const | AudioDecoder | virtual |
| close()=0 | AudioDecoder | pure virtual |
| framesToBytes(uint32_t frames) const | AudioDecoder | virtual |
| getChannelCount() const | AudioDecoder | virtual |
| getSampleRate() const | AudioDecoder | virtual |
| getTotalFrames() const | AudioDecoder | virtual |
| isOpened() const | AudioDecoder | virtual |
| open(std::string_view path)=0 | AudioDecoder | pure virtual |
| read(uint32_t framesToRead, char *pcmBuf)=0 | AudioDecoder | pure virtual |
| readFixedFrames(uint32_t framesToRead, char *pcmBuf) | AudioDecoder | virtual |
| seek(uint32_t frameOffset)=0 | AudioDecoder | pure virtual |