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