Tag Parser 12.1.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Loading...
Searching...
No Matches
Enumerations
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 669 of file mp4ids.h.