MPD  0.20.18
Functions
TagId3.hxx File Reference
#include "check.h"
Include dependency graph for TagId3.hxx:

Go to the source code of this file.

Functions

bool tag_id3_scan (InputStream &is, const TagHandler &handler, void *handler_ctx)
 
Tagtag_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...
 

Function Documentation

◆ scan_id3_tag()

void scan_id3_tag ( id3_tag *  tag,
const TagHandler handler,
void *  handler_ctx 
)

Import all tags from the provided id3_tag *tag.

◆ tag_id3_import()

Tag* tag_id3_import ( id3_tag *  )

◆ tag_id3_scan()

bool tag_id3_scan ( InputStream is,
const TagHandler handler,
void *  handler_ctx 
)