#include "check.h"
#include "TagType.h"
#include "Chrono.hxx"
#include <assert.h>
Go to the source code of this file.
static void tag_handler_invoke_duration |
( |
const TagHandler & |
handler, |
|
|
void * |
ctx, |
|
|
SongTime |
duration |
|
) |
| |
|
inlinestatic |
static void tag_handler_invoke_pair |
( |
const TagHandler & |
handler, |
|
|
void * |
ctx, |
|
|
const char * |
name, |
|
|
const char * |
value |
|
) |
| |
|
inlinestatic |
static void tag_handler_invoke_tag |
( |
const TagHandler & |
handler, |
|
|
void * |
ctx, |
|
|
TagType |
type, |
|
|
const char * |
value |
|
) |
| |
|
inlinestatic |
This TagHandler implementation adds tag values to a TagBuilder object (casted from the context pointer).
This TagHandler implementation adds tag values to a TagBuilder object (casted from the context pointer), and supports the has_playlist attribute.