AUDIOPLAYER_GetFileInfo() is only used within STemWin.
 
Symbols
loading...
Files
loading...

AUDIOPLAYER_GetFileInfo() function

Get the wav file information.

Syntax

AUDIOPLAYER_ErrorTypdef AUDIOPLAYER_GetFileInfo(char* file,     WAV_InfoTypedef* info);
Implemented in audio_player_app.c:313

Arguments

file

wav file.

info

pointer to wav file structure

Return value

Audio state.

References

LocationReferrerText
audio_player_app.c:313
AUDIOPLAYER_ErrorTypdef AUDIOPLAYER_GetFileInfo(char* file, WAV_InfoTypedef* info)
audio_player_app.h:58
AUDIOPLAYER_ErrorTypdef AUDIOPLAYER_GetFileInfo(char* file, WAV_InfoTypedef* info);
audio_player_win.c:176_PlayFile()
if(AUDIOPLAYER_GetFileInfo(filename, &WavInfo) == 0)

Call Tree

Functions calling AUDIOPLAYER_GetFileInfo()
Functions called by AUDIOPLAYER_GetFileInfo()
all items filtered out
AUDIOPLAYER_GetFileInfo()
all items filtered out
Data read by AUDIOPLAYER_GetFileInfo()
Data written by AUDIOPLAYER_GetFileInfo()
AUDIOPLAYER_GetFileInfo()
AUDIOPLAYER_GetFileInfo()::ret
all items filtered out
Type of AUDIOPLAYER_GetFileInfo()
AUDIOPLAYER_GetFileInfo()