ID3v1Tag Constructor
Initializes a new instance of the
ID3v1Tag class.
Namespace: DevCase.ThirdParty.TagLibSharpAssembly: 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 ID3v1Tag(
AudioFile mp3File
)
Public Sub New (
mp3File As AudioFile
)
Dim mp3File As AudioFile
Dim instance As New ID3v1Tag(mp3File)
public:
ID3v1Tag(
AudioFile^ mp3File
)
new :
mp3File : AudioFile -> ID3v1Tag
No code example is currently available or this language may not be supported.
Parameters
- mp3File AudioFile
-
The mp3 audio file.