C# Class D16.VideoCommander.VlcCommander

Passes commands to the vlc video player.
显示文件 Open project: feg-giessen/videocommander Class Usage Examples

Public Methods

Method Description
Start ( ) : void

Starts the vlc player and appends commands from argument builders.

VlcCommander ( string path ) : System.Diagnostics

Initializes a new instance of the VlcCommander class.

Private Methods

Method Description
OnVlcErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void

Handles the ErrorDataReceived event of the vlc process.

Method Details

Start() public method

Starts the vlc player and appends commands from argument builders.
public Start ( ) : void
return void

VlcCommander() public method

Initializes a new instance of the VlcCommander class.
public VlcCommander ( string path ) : System.Diagnostics
path string The path.
return System.Diagnostics