Tag Parser
6.5.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Encapsulates IDs of MP4 atoms holding tag information. More...
Enumerations | |
enum | KnownValue : uint32 { Album = 0xA9616c62, AlbumArtist = 0x61415254, Artist = 0xA9415254, Bpm = 0x746d706f, Category = 0x63617467, Comment = 0xA9636d74, Composer = 0xA9777274, Copyright = 0x63707274, Cover = 0x636f7672, Description = 0x64657363, DiskPosition = 0x6469736b, Encoder = 0xA9746f6f, EpisodeGlobalUniqueId = 0x65676964, Extended = 0x2d2d2d2d, GaplessPlayback = 0x70676170, Genre = 0xA967656e, Grouping = 0xA9677270, Keywords = 0x6b657977, Lyricist = 0xA9737766, Lyrics = 0xA96c7972, MediaType = 0x7374696B, Performers = 0xA9707266, Podcast = 0x70637374, PodcastUrl = 0x7075726c, PreDefinedGenre = 0x676e7265, Producer = 0xA9707264, PurchaseDate = 0x70757264, Rating = 0x72746e67, RecordLabel = 0xA96c6162, Title = 0xA96e616d, TrackPosition = 0x74726b6e, TvEpisode = 0x74766573, TvEpisodeName = 0x7476656e, TvNetworkName = 0x74766e6e, TvSeason = 0x7476736e, TvShowName = 0x74767368, Year = 0xA9646179 } |
Encapsulates IDs of MP4 atoms holding tag information.
enum Media::Mp4TagAtomIds::KnownValue : uint32 |