arduino-audio-tools
|
Information about a registered decoder. More...
#include <MultiDecoder.h>
Public Member Functions | |
DecoderInfo ()=default | |
Default constructor. | |
DecoderInfo (const char *mime, AudioDecoder *decoder) | |
Constructor with parameters. | |
Public Attributes | |
AudioDecoder * | decoder = nullptr |
Pointer to the decoder instance. | |
bool | is_open = false |
Whether the decoder is currently active. | |
const char * | mime = nullptr |
MIME type for this decoder. | |
Information about a registered decoder.
|
inline |
Constructor with parameters.
mime | MIME type string |
decoder | Pointer to AudioDecoder instance |