#include <string.h>
#include <memory.h>
#include <zlib.h>
#include "tag.h"
#include "utils.h"
#include "frame_impl.h"
#include "io_decorators.h"
#include "io_strings.h"
#include "io_helpers.h"
Go to the source code of this file.
Functions | |
void | renderFields (ID3_Writer &writer, const ID3_FrameImpl &frame) |
|
Definition at line 48 of file frame_render.cpp. Referenced by ID3_FrameImpl::Render().
|