tag/Generic: clarify documentation on InputStream overload

This commit is contained in:
Max Kellermann 2016-02-24 00:01:51 +01:00
parent cd8fd1ef42
commit cfc65397b3

View File

@ -27,7 +27,8 @@ class InputStream;
class Path; class Path;
/** /**
* Attempts to scan APE or ID3 tags from the specified file. * Attempts to scan APE or ID3 tags from the specified stream. The
* stream does not need to be rewound.
*/ */
bool bool
ScanGenericTags(InputStream &is, const TagHandler &handler, void *ctx); ScanGenericTags(InputStream &is, const TagHandler &handler, void *ctx);