1 #ifndef MEDIA_ASPECTRATIO_H 2 #define MEDIA_ASPECTRATIO_H 6 #include <c++utilities/conversion/types.h> 13 constexpr
AspectRatio(uint16 numerator, uint16 denominator);
14 constexpr
bool isValid()
const;
15 constexpr
bool isExtended()
const;
38 denominator(denominator)
59 #endif // MEDIA_ASPECTRATIO_H
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.