Searched defs:ID3_TAG (Results 1 – 1 of 1) sorted by relevance
83 struct ID3_TAG struct85 char Header[3]; // should equal 'TAG'86 char Title[30]; // title87 char Artist[30]; // artist88 char Album[30]; // album89 char Year[4]; // year90 char Comment[29]; // comment91 unsigned char Track; // track92 unsigned char Genre; // genre