Creates the XVideoController video controller instance.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static XVideoController Open(
	Control owner,
	string fileName,
	bool autorun
)

Parameters

owner
Type: System.Windows.Forms..::.Control
The Control window on that the video will be rendered.
fileName
Type: System..::.String
Video file.
autorun
Type: System..::.Boolean
Enables or disables the automatic playback of the video after creating one.

Return Value

Returns the XVideoController video controller.

See Also