#include <stdlib.h>
#include <string.h>
#include <memory.h>
#include "tag.h"
#include "misc_support.h"
#include "utils.h"
Defines | |
#define | ID3_PADMULTIPLE (2048) |
#define | ID3_PADMAX (4096) |
Functions | |
size_t | RenderV1 (const ID3_Tag &tag, uchar *buffer) |
Renders an id3v1.1 version of the tag into the supplied buffer. More... | |
size_t | RenderFrames (uchar *buffer, const ID3_Elem *cur) |
|
|
|
|
|
|
|
Renders an id3v1.1 version of the tag into the supplied buffer.
|