MP3TagTypes Enumeration

Specifies a tag type of a MP3 audio file.

Definition

Namespace: DevCase.ThirdParty.TagLibSharp
Assembly: DevCase.net48.ThirdParty.TagLibSharp (in DevCase.net48.ThirdParty.TagLibSharp.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum MP3TagTypes

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

https://www.nuget.org/packages/TagLibSharp

Members

None 0 Any tag.
Id3v1 2 ID3v1 tag.
Id3v2 4 ID3v2 tag.
Apev2 8 APEv2 tag.
Lyrics3 16 Lyrics3 tag.

See Also