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

File entry to minimize RAM usage by using path index and name. More...

#include <AudioSource.h>

Public Member Functions

 FileEntry ()
 
 FileEntry (int pathIdx, const char *fileName)
 

Public Attributes

Str name
 
int path_index
 

Detailed Description

File entry to minimize RAM usage by using path index and name.

Constructor & Destructor Documentation

◆ FileEntry() [1/2]

FileEntry ( )
inline

◆ FileEntry() [2/2]

FileEntry ( int  pathIdx,
const char fileName 
)
inline

Member Data Documentation

◆ name

Str name

◆ path_index

int path_index

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