|
libmp3splt
|
#include <mp3splt.h>

Data Fields | |
| char * | album |
| char * | artist |
| char * | comment |
| char * | genre |
| char * | performer |
| int | tags_version |
| char * | title |
| int | track |
| char * | year |
The tags of a splitpoint.
The structure contains the tags that we can set to a filename generated from a splitpoint. Tags may also define the output filenames.
| char* splt_tags::album |
| char* splt_tags::artist |
| char* splt_tags::comment |
| char* splt_tags::genre |
| char* splt_tags::performer |
| char* splt_tags::title |
| int splt_tags::track |
| char* splt_tags::year |