ID3v2Tag Constructor

Initializes a new instance of the ID3v2Tag class.

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.
public ID3v2Tag(
	AudioFile mp3File
)

Parameters

mp3File  AudioFile
The mp3 audio file.

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

See Also