C# Class D16.VideoCommander.VlcCommander

Passes commands to the vlc video player.
Afficher le fichier Open project: feg-giessen/videocommander Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
OnVlcErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void

Handles the ErrorDataReceived event of the vlc process.

Method Details

Start() public méthode

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

VlcCommander() public méthode

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