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

Associates a WAV format tag with the decoder responsible for it. More...

#include <CodecWAV.h>

Public Member Functions

 DecoderEntry ()=default
 
 DecoderEntry (AudioFormat fmt, AudioDecoderExt *dec)
 

Public Attributes

AudioDecoderExtdecoder = nullptr
 
AudioFormat format = AudioFormat::PCM
 

Detailed Description

Associates a WAV format tag with the decoder responsible for it.

Constructor & Destructor Documentation

◆ DecoderEntry() [1/2]

DecoderEntry ( )
default

◆ DecoderEntry() [2/2]

DecoderEntry ( AudioFormat  fmt,
AudioDecoderExt dec 
)
inline

Member Data Documentation

◆ decoder

AudioDecoderExt* decoder = nullptr

◆ format


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