ReactOS 0.4.16-dev-746-g329a414
|
#include <mpg123.h>
Public Attributes | |
char | tag [3] |
char | title [30] |
char | artist [30] |
char | album [30] |
char | year [4] |
char | comment [30] |
unsigned char | genre |
Data structure for ID3v1 tags (the last 128 bytes of a file). Don't take anything for granted (like string termination)! Also note the change ID3v1.1 did: comment[28] = 0; comment[29] = track_number It is your task to support ID3v1 only or ID3v1.1 ...