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