C# Class OnlineVideos.Sites.WebBrowserPlayerService.ServiceImplementation.WebBrowserPlayerCallback

Inheritance: IWebBrowserPlayerCallback
Exibir arquivo Open project: offbyoneBB/mp-onlinevideos2

Public Methods

Method Description
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

Method Details

LogException() public method

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

LogInfo() public method

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

OnClosing() public method

Browser host is closing
public OnClosing ( ) : void
return void

OnKeyPress() public method

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

OnWndProc() public method

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