tag/Generic: clarify documentation on InputStream overload
This commit is contained in:
parent
cd8fd1ef42
commit
cfc65397b3
@ -27,7 +27,8 @@ class InputStream;
|
||||
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
|
||||
ScanGenericTags(InputStream &is, const TagHandler &handler, void *ctx);
|
||||
|
Loading…
Reference in New Issue
Block a user