enum class | TagParser::KnownField : unsigned int {
TagParser::Invalid = std::numeric_limits<unsigned int>::max()
, TagParser::Title = 0
, TagParser::Album
, TagParser::Artist
,
TagParser::Genre
, TagParser::Comment
, TagParser::Bpm
, TagParser::Bps
,
TagParser::Lyricist
, TagParser::TrackPosition
, TagParser::DiskPosition
, TagParser::PartNumber
,
TagParser::TotalParts
, TagParser::Encoder
, TagParser::RecordDate
, TagParser::Performers
,
TagParser::Length
, TagParser::Language
, TagParser::EncoderSettings
, TagParser::Lyrics
,
TagParser::SynchronizedLyrics
, TagParser::Grouping
, TagParser::RecordLabel
, TagParser::Cover
,
TagParser::Composer
, TagParser::Rating
, TagParser::Description
, TagParser::Vendor
,
TagParser::AlbumArtist
, TagParser::ReleaseDate
, TagParser::Subtitle
, TagParser::LeadPerformer
,
TagParser::Arranger
, TagParser::Conductor
, TagParser::Director
, TagParser::AssistantDirector
,
TagParser::DirectorOfPhotography
, TagParser::SoundEngineer
, TagParser::ArtDirector
, TagParser::ProductionDesigner
,
TagParser::Choregrapher
, TagParser::CostumeDesigner
, TagParser::Actor
, TagParser::Character
,
TagParser::WrittenBy
, TagParser::ScreenplayBy
, TagParser::EditedBy
, TagParser::Producer
,
TagParser::Coproducer
, TagParser::ExecutiveProducer
, TagParser::DistributedBy
, TagParser::MasteredBy
,
TagParser::EncodedBy
, TagParser::MixedBy
, TagParser::RemixedBy
, TagParser::ProductionStudio
,
TagParser::ThanksTo
, TagParser::Publisher
, TagParser::Mood
, TagParser::OriginalMediaType
,
TagParser::ContentType
, TagParser::Subject
, TagParser::Keywords
, TagParser::Summary
,
TagParser::Synopsis
, TagParser::InitialKey
, TagParser::Period
, TagParser::LawRating
,
TagParser::EncodingDate
, TagParser::TaggingDate
, TagParser::OriginalReleaseDate
, TagParser::DigitalizationDate
,
TagParser::WritingDate
, TagParser::PurchasingDate
, TagParser::RecordingLocation
, TagParser::CompositionLocation
,
TagParser::ComposerNationality
, TagParser::PlayCounter
, TagParser::Measure
, TagParser::Tuning
,
TagParser::ISRC
, TagParser::MCDI
, TagParser::ISBN
, TagParser::Barcode
,
TagParser::CatalogNumber
, TagParser::LabelCode
, TagParser::LCCN
, TagParser::IMDB
,
TagParser::TMDB
, TagParser::TVDB
, TagParser::PurchaseItem
, TagParser::PurchaseInfo
,
TagParser::PurchaseOwner
, TagParser::PurchasePrice
, TagParser::PurchaseCurrency
, TagParser::Copyright
,
TagParser::ProductionCopyright
, TagParser::License
, TagParser::TermsOfUse
, TagParser::PublisherWebpage
,
TagParser::StoreDescription
} |