C# Класс OnlineVideos.Sites.WebBrowserPlayerService.ServiceImplementation.WebBrowserPlayerCallback

Наследование: IWebBrowserPlayerCallback
Показать файл Открыть проект

Открытые методы

Метод Описание
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