Gets video file information.

Namespace: MonoSoftware.MonoX.Video
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public VideoFile GetVideoInfo(
	string inputPath
)
Visual Basic
Public Function GetVideoInfo ( 
	inputPath As String
) As VideoFile
Visual C++
public:
VideoFile^ GetVideoInfo(
	String^ inputPath
)
F#
member GetVideoInfo : 
        inputPath : string -> VideoFile 

Parameters

inputPath
Type: System..::..String
Input file path.

Return Value

Type: VideoFile
Video file class.

See Also