Commit cfc65397 authored by Max Kellermann's avatar Max Kellermann

tag/Generic: clarify documentation on InputStream overload

parent cd8fd1ef
...@@ -27,7 +27,8 @@ class InputStream; ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment