ReactOS 0.4.15-dev-7842-g558ab78

#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
 

Detailed Description

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 ...

Definition at line 1453 of file mpg123.h.


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