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

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

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

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

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

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

uchar ucGenre
 Byte for storing the genre. More...


Detailed Description

A structure for storing the contents of an id3v1 tag.

Author:
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 Wed Sep 5 16:53:39 2001 for id3lib by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001