Tag Parser 12.5.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TagParser::Mpeg2VideoCodes Namespace Reference

Encapsulates MPEG-2 video codes. More...

Enumerations

enum  KnownValue : std::uint8_t { Pic = 0x00 , Seq = 0xB3 , Ext = 0xB5 , Gop = 0xB8 }
 

Detailed Description

Encapsulates MPEG-2 video codes.

Enumeration Type Documentation

◆ KnownValue

Enumerator
Pic 
Seq 
Ext 
Gop 

Definition at line 674 of file mp4ids.h.