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

Go to the source code of this file.

Functions

bool ScanGenericTags (InputStream &is, const TagHandler &handler, void *ctx)
 Attempts to scan APE or ID3 tags from the specified stream. More...
 
bool ScanGenericTags (Path path, const TagHandler &handler, void *ctx)
 Attempts to scan APE or ID3 tags from the specified file. More...
 

Function Documentation

◆ ScanGenericTags() [1/2]

bool ScanGenericTags ( InputStream is,
const TagHandler handler,
void *  ctx 
)

Attempts to scan APE or ID3 tags from the specified stream.

The stream does not need to be rewound.

◆ ScanGenericTags() [2/2]

bool ScanGenericTags ( Path  path,
const TagHandler handler,
void *  ctx 
)

Attempts to scan APE or ID3 tags from the specified file.