MediaInfoFile(String) Constructor
Namespace: DevCase.ThirdParty.MediaInfoAssembly: DevCase.net48.ThirdParty.MediaInfo (in DevCase.net48.ThirdParty.MediaInfo.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public MediaInfoFile(
string filepath
)
Public Sub New (
filepath As String
)
Dim filepath As String
Dim instance As New MediaInfoFile(filepath)
public:
MediaInfoFile(
String^ filepath
)
new :
filepath : string -> MediaInfoFile
No code example is currently available or this language may not be supported.
Parameters
- filepath String
-
The full path of the file to open.
Note: Some functionalities of this assembly may require to install one or all of the listed libraries:
MediaInfo (mediainfo.dll)
FileNotFoundException
|
File not found.
|
Exception
|
Error trying to open the specified file. Check the file and/or the MediaInfo dll.
|