_id3v1_tag Struct Reference

ID3v1 tag structure. More...

#include <mplib.h>


Data Fields

char * title
char * artist
char * album
char * year
char * comment
unsigned char track
unsigned char genre
 track binary encoded


Detailed Description

ID3v1 tag structure.

Definition at line 162 of file mplib.h.


Field Documentation

char* _id3v1_tag::album
 

Definition at line 166 of file mplib.h.

char* _id3v1_tag::artist
 

Definition at line 165 of file mplib.h.

char* _id3v1_tag::comment
 

Definition at line 168 of file mplib.h.

unsigned char _id3v1_tag::genre
 

track binary encoded

Definition at line 170 of file mplib.h.

char* _id3v1_tag::title
 

Definition at line 164 of file mplib.h.

unsigned char _id3v1_tag::track
 

Definition at line 169 of file mplib.h.

char* _id3v1_tag::year
 

Definition at line 167 of file mplib.h.


The documentation for this struct was generated from the following file: