MPD
0.20.18
|
#include "check.h"
Go to the source code of this file.
Functions | |
bool | tag_id3_scan (InputStream &is, const TagHandler &handler, void *handler_ctx) |
Tag * | tag_id3_import (id3_tag *) |
void | scan_id3_tag (id3_tag *tag, const TagHandler &handler, void *handler_ctx) |
Import all tags from the provided id3_tag *tag. More... | |
void scan_id3_tag | ( | id3_tag * | tag, |
const TagHandler & | handler, | ||
void * | handler_ctx | ||
) |
Import all tags from the provided id3_tag *tag.
Tag* tag_id3_import | ( | id3_tag * | ) |
bool tag_id3_scan | ( | InputStream & | is, |
const TagHandler & | handler, | ||
void * | handler_ctx | ||
) |