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

#include <MimeDetector.h>

Public Member Functions

 Check ()=default
 
 Check (const char *mime, bool(*check)(uint8_t *data, size_t len))
 

Public Attributes

bool(* check )(uint8_t *data, size_t len) = nullptr
 
bool is_active = true
 
const charmime = nullptr
 

Constructor & Destructor Documentation

◆ Check() [1/2]

Check ( const char mime,
bool(*)(uint8_t *data, size_t len)  check 
)
inline

◆ Check() [2/2]

Check ( )
default

Member Data Documentation

◆ check

bool(* check) (uint8_t *data, size_t len) = nullptr

◆ is_active

bool is_active = true

◆ mime

const char* mime = nullptr

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