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