arduino-audio-tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
MultiStreamingDecoder::DecoderInfo Struct Reference

Information about a registered decoder. More...

#include <StreamingDecoder.h>

Public Member Functions

 DecoderInfo ()=default
 Default constructor.
 
 DecoderInfo (const char *mime, StreamingDecoder *decoder)
 Constructor with parameters.
 

Public Attributes

StreamingDecoderdecoder = 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.
 

Detailed Description

Information about a registered decoder.

Constructor & Destructor Documentation

◆ DecoderInfo()

DecoderInfo ( const char *  mime,
StreamingDecoder decoder 
)
inline

Constructor with parameters.

Parameters
mimeMIME type string
decoderPointer to StreamingDecoder instance

The documentation for this struct was generated from the following file: