void playFile( StorageEnum drv, wchar_t* songName );
void playFile( StorageEnum drv, wchar_t* songName );
Plays an audio file from an SD card or flash storage.
|
Parameters |
Description |
|
StorageEnum drv |
[IN] The storage type, it can be storageSD (SD card) or storageFlash (flash storage). |
|
wchar_t* songName |
[IN] The path of the audio file in Unicode encoding (wchar_t*). |
LAudio.h