C# 클래스 OnlineVideos.Sites.WebBrowserPlayerService.ServiceImplementation.WebBrowserPlayerCallback

상속: IWebBrowserPlayerCallback
파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2

공개 메소드들

메소드 설명
LogException ( Exception exception ) : void

Browser host has requested an exception to be logged

LogInfo ( string message ) : void

Browser host has requested an information message be logged

OnClosing ( ) : void

Browser host is closing

OnKeyPress ( int keyPressed ) : void

Key was pressed in the browser

OnWndProc ( Message msg ) : bool

Handle WndProc so that we can process media key events

메소드 상세

LogException() 공개 메소드

Browser host has requested an exception to be logged
public LogException ( Exception exception ) : void
exception System.Exception
리턴 void

LogInfo() 공개 메소드

Browser host has requested an information message be logged
public LogInfo ( string message ) : void
message string
리턴 void

OnClosing() 공개 메소드

Browser host is closing
public OnClosing ( ) : void
리턴 void

OnKeyPress() 공개 메소드

Key was pressed in the browser
public OnKeyPress ( int keyPressed ) : void
keyPressed int
리턴 void

OnWndProc() 공개 메소드

Handle WndProc so that we can process media key events
public OnWndProc ( Message msg ) : bool
msg System.Windows.Forms.Message
리턴 bool