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