11 #include "utils/Geometry.h" 21 FLAG_DEFAULT = 0x0001,
23 FLAG_ORIGINAL = 0x0004,
24 FLAG_COMMENT = 0x0008,
26 FLAG_KARAOKE = 0x0020,
28 FLAG_HEARING_IMPAIRED = 0x0080,
29 FLAG_VISUAL_IMPAIRED = 0x0100,
30 FLAG_STILL_IMAGES = 0x100000
33 enum class StreamHdrType
47 std::string codecName;
48 StreamFlags flags = StreamFlags::FLAG_NONE;
59 int bitspersample = 0;
67 float videoAspectRatio = 0.0f;
73 std::string stereoMode;
75 StreamHdrType hdrType = StreamHdrType::HDR_TYPE_NONE;
Definition: StreamInfo.h:15
Definition: StreamInfo.h:65
Definition: StreamInfo.h:55
Definition: StreamInfo.h:62
Definition: StreamInfo.h:41
Definition: StreamInfo.h:78