#include "tag.h"
#include "uint28.h"
#include "utils.h"
#include <string.h>
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 &tag, const ID3_Frame &frame) | ||
Copies. | |||
ID3_Tag& | operator<< (ID3_Tag &tag, const ID3_Frame *frame) | ||
Attaches a pointer to a frame. | |||
Functions | |||
int32 | ID3_IsTagHeader (const uchar data[ID3_TAGHEADERSIZE]) | ||
void | ID3_RemoveFromList (ID3_Elem *which, ID3_Elem **list) | ||
void | ID3_ClearList (ID3_Elem *list) | ||
size_t | ID3_GetDataSize (const ID3_Tag &tag) |
|
|
|
|
|
|
|
|
|
Attaches a pointer to a frame.
|
|
Copies.
|