C# 클래스 D16.VideoCommander.VlcCommander

Passes commands to the vlc video player.
파일 보기 프로젝트 열기: feg-giessen/videocommander 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
OnVlcErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void

Handles the ErrorDataReceived event of the vlc process.

메소드 상세

Start() 공개 메소드

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

VlcCommander() 공개 메소드

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