This method opens the video file.

[Visual Basic] Public Function Open(ByVal fileName As String) As Boolean
[C#] public bool Open(string fileName);

Parameters

fileName

The name of the video file

Return Value

Returns True if successful, otherwise returns False

Explanation

The Open method opens the video file.

The fileName parameter holds the name of the video file that will be played.

If successful, the State property will be changed. If unsuccessful, then "DirectX", "Step", "FileOpen" or "Interface" will be set in the ErrorStatus property.

See Also

Play Members | Newtone.ImageKit.Wpf.WebCamera.Play

 

The ImageKit WPF is created by Newtone Corporation