spAudio
|
Go to the source code of this file.
Data Structures | |
struct | spWaveInfo |
struct | spSongInfo |
struct | spSongInfoV2 |
Functions | |
spBool | spInitWaveInfo (spWaveInfo *wave_info) |
spBool | spCopyWaveInfo (spWaveInfo *dest_info, spWaveInfo *src_info) |
spBool | spInitSongInfo (spSongInfo *song_info) |
spBool | spInitSongInfoV2 (spSongInfoV2 *song_info) |
spBool | spCopySongInfo (spSongInfo *dest_info, spSongInfo *src_info) |
spBool | spCopySongInfoV2 (spSongInfoV2 *dest_info, spSongInfoV2 *src_info) |
spBool | spEqSongInfo (spSongInfo *info1, spSongInfo *info2) |
spBool | spEqSongInfoV2 (spSongInfoV2 *info1, spSongInfoV2 *info2) |
spBool | spShowSongInfo (spSongInfo *song_info, const char *indent, FILE *fp) |
spBool | spShowSongInfoV2 (spSongInfoV2 *song_info, const char *indent, FILE *fp) |
|
extern |
Initialize contents of spWaveInfo .
|
extern |
Copy contents of spWaveInfo to another.
|
extern |
Initialize contents of spSongInfo .
|
extern |
Initialize contents of spSongInfoV2 .
|
extern |
Copy contents of spSongInfo to another.
|
extern |
Copy contents of spSongInfoV2 to another.
|
extern |
Check if contents of two spSongInfo variables are identical.
|
extern |
Check if contents of two spSongInfoV2 variables are identical.
|
extern |
Display contents of spSongInfo information.
|
extern |
Display contents of spSongInfoV2 information.