tag/Handler: implement FullTagHandler::OnAudioFormat()

This commit is contained in:
Max Kellermann
2018-07-06 22:46:03 +02:00
parent 73c95d1fb2
commit c05bca6f2c
6 changed files with 35 additions and 13 deletions

View File

@@ -22,6 +22,7 @@
#include "check.h"
struct AudioFormat;
class Path;
class TagHandler;
class TagBuilder;
@@ -46,6 +47,7 @@ ScanFileTagsNoGeneric(Path path, TagHandler &handler) noexcept;
* found)
*/
bool
ScanFileTagsWithGeneric(Path path, TagBuilder &builder) noexcept;
ScanFileTagsWithGeneric(Path path, TagBuilder &builder,
AudioFormat *audio_format=nullptr) noexcept;
#endif