#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. More... | |||
ID3_Tag & | operator<< (ID3_Tag &, const ID3_Frame *) | ||
Attaches a pointer to a frame. More... | |||
Functions | |||
size_t | ID3_GetDataSize (const ID3_Tag &) | ||
int32 | ID3_IsTagHeader (const uchar header[(10)]) | ||
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.
|