Constructor.

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

Syntax

C#
public VideoFile(
	string path
)
Visual Basic
Public Sub New ( 
	path As String
)
Visual C++
public:
VideoFile(
	String^ path
)
F#
new : 
        path : string -> VideoFile

Parameters

path
Type: System..::..String

See Also