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::Mp4MediaTypeIds Namespace Reference

Encapsulates all supported MP4 media type IDs. More...

Enumerations

enum  KnownValue : std::uint32_t { Sound = 0x736f756e , Video = 0x76696465 , Hint = 0x68696e74 , Meta = 0x6d657461 }
 

Detailed Description

Encapsulates all supported MP4 media type IDs.

Enumeration Type Documentation

◆ KnownValue

Enumerator
Sound 

soun: Sound/Audio

Video 

vide: Video

Hint 

hint: Hint

Meta 

meta: Meta

Definition at line 149 of file mp4ids.h.