MPD
0.20.15
|
#include "check.h"
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... | |
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.
bool ScanGenericTags | ( | Path | path, |
const TagHandler & | handler, | ||
void * | ctx | ||
) |
Attempts to scan APE or ID3 tags from the specified file.