mp3splt-gtk
|
#include <mp3splt.h>
Data Fields | |
char * | album |
char * | artist |
char * | comment |
char * | genre |
char * | performer |
int | set_original_tags |
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::performer |