1 #ifndef TAG_PARSER_AV1CONFIGURATION_H 2 #define TAG_PARSER_AV1CONFIGURATION_H 6 #include <c++utilities/conversion/types.h> 29 void parse(IoUtilities::BinaryReader &reader, uint64 maxSize,
Diagnostics &diag);
42 , chromaSubsamplingX(0)
43 , chromaSubsamplingY(0)
44 , chromaSamplePosition(0)
50 #endif // TAG_PARSER_AV1CONFIGURATION_H
The Av1Configuration struct provides a parser for AV1 configuration found in ISOBMFF files...
Contains utility classes helping to read and write streams.
uint16 chromaSamplePosition
Av1Configuration()
Constructs an empty AVC configuration.
Contains all classes and functions of the TagInfo library.
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.
The Diagnostics class is a container for DiagMessage.