spAudio
|
#include <sp/spWave.h>
Data Fields | |
unsigned long | info_mask |
spLong32 | track |
char | title [SP_SONG_INFO_SIZE] |
char | artist [SP_SONG_INFO_SIZE] |
char | album [SP_SONG_INFO_SIZE] |
char | genre [SP_SONG_INFO_SIZE] |
char | release [SP_SONG_INFO_SIZE] |
char | copyright [SP_SONG_INFO_SIZE] |
char | engineer [SP_SONG_INFO_SIZE] |
char | source [SP_SONG_INFO_SIZE] |
char | software [SP_SONG_INFO_SIZE] |
char | subject [SP_SONG_INFO_SIZE] |
char | comment [SP_SONG_INFO_SIZE] |
Related Symbols | |
(Note that these are not member symbols.) | |
spBool | spInitSongInfo (spSongInfo *song_info) |
spBool | spCopySongInfo (spSongInfo *dest_info, spSongInfo *src_info) |
spBool | spEqSongInfo (spSongInfo *info1, spSongInfo *info2) |
spBool | spShowSongInfo (spSongInfo *song_info, const char *indent, FILE *fp) |
A structure to hold song information.
|
related |
Initialize contents of spSongInfo .
|
related |
Copy contents of spSongInfo to another.
|
related |
Check if contents of two spSongInfo variables are identical.
|
related |
Display contents of spSongInfo information.
unsigned long info_mask |
Mask indicating which information is valid.
spLong32 track |
Track number.
char title[SP_SONG_INFO_SIZE] |
Song title.
char artist[SP_SONG_INFO_SIZE] |
Artist name.
char album[SP_SONG_INFO_SIZE] |
Album title.
char genre[SP_SONG_INFO_SIZE] |
Genre.
char release[SP_SONG_INFO_SIZE] |
Release date.
char copyright[SP_SONG_INFO_SIZE] |
Copyright information.
char engineer[SP_SONG_INFO_SIZE] |
Engineer name.
char source[SP_SONG_INFO_SIZE] |
Source information. WAVE file uses this information.
char software[SP_SONG_INFO_SIZE] |
Software name.
char subject[SP_SONG_INFO_SIZE] |
Subject.
char comment[SP_SONG_INFO_SIZE] |
Some comments.