#include <IAudioDecoder.hpp>
Inherited by s3d::AACDecoder, s3d::AIFFDecoder, s3d::FLACDecoder, s3d::MIDIDecoder, s3d::MP3Decoder, s3d::OggVorbisDecoder, s3d::OpusDecoder, s3d::WAVEDecoder, and s3d::WMADecoder.
◆ ~IAudioDecoder()
virtual s3d::IAudioDecoder::~IAudioDecoder |
( |
| ) |
|
|
virtualdefault |
◆ audioFormat()
virtual AudioFormat s3d::IAudioDecoder::audioFormat |
( |
| ) |
const |
|
pure virtualnoexcept |
◆ decode() [1/2]
◆ decode() [2/2]
◆ isHeader()
virtual bool s3d::IAudioDecoder::isHeader |
( |
const uint8(&) |
bytes[48] | ) |
const |
|
pure virtual |
◆ name()
virtual StringView s3d::IAudioDecoder::name |
( |
| ) |
const |
|
pure virtual |
◆ possibleExtensions()
virtual const Array<String>& s3d::IAudioDecoder::possibleExtensions |
( |
| ) |
const |
|
pure virtual |
The documentation for this struct was generated from the following file: