Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

ID3V1_Tag Struct Reference

A structure for storing the contents of an id3v1 tag. More...

#include <globals.h>

List of all members.

Public Attributes

char sID [1+ID3_V1_LEN_ID]
 String for storing the "TAG" identifier.

char sTitle [1+ID3_V1_LEN_TITLE]
 String for storing the title.

char sArtist [1+ID3_V1_LEN_ARTIST]
 String for storing the artist.

char sAlbum [1+ID3_V1_LEN_ALBUM]
 String for storing the album.

char sYear [1+ID3_V1_LEN_YEAR]
 String for storing the year.

char sComment [1+ID3_V1_LEN_COMMENT]
 String for storing the comment.

uchar ucGenre
 Byte for storing the genre.


Detailed Description

A structure for storing the contents of an id3v1 tag.

Author(s):
Dirk Mahoney (dirk@id3.org) , Scott Thomas Haug (sth2@cs.wustl.edu)
Version:
Id:
globals.h,v 1.33 2000/09/11 07:46:31 eldamitri Exp
See also:
ID3_Tag


Member Data Documentation

char ID3V1_Tag::sAlbum[1+ID3_V1_LEN_ALBUM]
 

String for storing the album.

char ID3V1_Tag::sArtist[1+ID3_V1_LEN_ARTIST]
 

String for storing the artist.

char ID3V1_Tag::sComment[1+ID3_V1_LEN_COMMENT]
 

String for storing the comment.

char ID3V1_Tag::sID[1+ID3_V1_LEN_ID]
 

String for storing the "TAG" identifier.

char ID3V1_Tag::sTitle[1+ID3_V1_LEN_TITLE]
 

String for storing the title.

char ID3V1_Tag::sYear[1+ID3_V1_LEN_YEAR]
 

String for storing the year.

uchar ID3V1_Tag::ucGenre
 

Byte for storing the genre.


The documentation for this struct was generated from the following file:
Generated at Mon Mar 5 12:06:45 2001 for id3lib by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001