#include <stdio.h>#include "header_tag.h"#include "frame.h"#include "spec.h"Compounds | |||
| struct | ID3_Elem | ||
| class | ID3_Tag | ||
| The representative class of an id3 tag. More... | |||
operator[] | |||
Returns a pointer to the frame with the given index; returns NULL if there is no such frame at that index.
| |||
| ID3_Tag& | operator<< (ID3_Tag &, const ID3_Frame &) | ||
| Copies. | |||
| ID3_Tag& | operator<< (ID3_Tag &, const ID3_Frame *) | ||
| Attaches a pointer to a frame. | |||
Functions | |||
| size_t | ID3_GetDataSize (const ID3_Tag &) | ||
| int32 | ID3_IsTagHeader (const uchar header[ID3_TAGHEADERSIZE]) | ||
Variables | |||
| const char | STR_V1_COMMENT_DESC [] = "ID3v1 Comment" | ||
| String used for the description field of a comment tag converted from an id3v1 tag to an id3v2 tag. More... | |||
|
|
|
|
|
|
|
|
Attaches a pointer to a frame.
|
|
|
Copies.
|
|
|
String used for the description field of a comment tag converted from an id3v1 tag to an id3v2 tag.
|
1.2.6 written by Dimitri van Heesch,
© 1997-2001