Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Enumerations | |
enum | TestFlag { ForceRewring = 0x1 , KeepTagPos = 0x2 , TagsBeforeData = 0x40 , RemoveTag = KeepTagPos & TagsBeforeData , KeepIndexPos = 0x4 , IndexBeforeData = 0x80 , PaddingConstraints = 0x8 , ForceTagPos = 0x10 , ForceIndexPos = 0x20 } |
Enumerator | |
---|---|
ForceRewring | |
KeepTagPos | |
TagsBeforeData | |
RemoveTag | |
KeepIndexPos | |
IndexBeforeData | |
PaddingConstraints | |
ForceTagPos | |
ForceIndexPos |
Definition at line 21 of file overallmkv.cpp.