C# Class MediaPortal.GUI.Video.GUIVideoFullscreen

Summary description for GUIVideoFullscreen.
Inheritance: MediaPortal.GUI.Library.GUIInternalWindow, IRenderLayer
ファイルを表示 Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Private Properties

Property Type Description
ChangetheTimeCode void
CheckScreenState bool
CheckTimeOuts void
GetPercentage double
HideControl void
LoadSettings void
OnOsdAction void
OnOsdMessage bool
RenderForbidden void
RenderVolume void
ShowAspectRatioMenu void
ShowAudioDualMonoModeMenu void
ShowAudioStreamsMenu void
ShowChapterStreamsMenu void
ShowContextMenu void
ShowControl void
ShowEditionStreamsMenu void
ShowPostProcessingMenu void
ShowSubtitleDelayStatus void
ShowSubtitleStreamsMenu void
ShowVideoStreamsMenu void
UpdateGUI void
g_Player_PlayBackChanged void
g_Player_PlayBackEnded void
g_Player_PlayBackStopped void

Public Methods

Method Description
CreateBookmark ( ) : void
GUIVideoFullscreen ( ) : System
GetControl ( int iControlId ) : GUIControl
GetFocusControlId ( ) : int
Init ( ) : bool
OnAction ( MediaPortal.GUI.Library.Action action ) : void
OnMessage ( GUIMessage message ) : bool
Process ( ) : void
Render ( float timePassed ) : void
RenderForm ( float timePassed ) : void
RenderLayer ( float timePassed ) : void
ResetAllControls ( ) : void
ScreenStateChanged ( ) : bool
ShouldRenderLayer ( ) : bool
ShowBookmarksMenu ( ) : void

Private Methods

Method Description
ChangetheTimeCode ( char chKey ) : void
CheckScreenState ( ) : bool
CheckTimeOuts ( ) : void
GetPercentage ( float x, float y, GUIControl cntl ) : double
HideControl ( int senderId, int controlId ) : void
LoadSettings ( ) : void
OnOsdAction ( MediaPortal.GUI.Library.Action action ) : void
OnOsdMessage ( GUIMessage message ) : bool
RenderForbidden ( bool show ) : void
RenderVolume ( bool show ) : void
ShowAspectRatioMenu ( ) : void
ShowAudioDualMonoModeMenu ( eAudioDualMonoMode dualMonoMode ) : void
ShowAudioStreamsMenu ( ) : void
ShowChapterStreamsMenu ( ) : void
ShowContextMenu ( ) : void
ShowControl ( int senderId, int controlId ) : void
ShowEditionStreamsMenu ( ) : void
ShowPostProcessingMenu ( ) : void
ShowSubtitleDelayStatus ( ) : void
ShowSubtitleStreamsMenu ( ) : void
ShowVideoStreamsMenu ( ) : void
UpdateGUI ( ) : void
g_Player_PlayBackChanged ( g_Player type, int stoptime, string filename ) : void
g_Player_PlayBackEnded ( g_Player type, string filename ) : void
g_Player_PlayBackStopped ( g_Player type, int stoptime, string filename ) : void

Method Details

CreateBookmark() public method

public CreateBookmark ( ) : void
return void

GUIVideoFullscreen() public method

public GUIVideoFullscreen ( ) : System
return System

GetControl() public method

public GetControl ( int iControlId ) : GUIControl
iControlId int
return MediaPortal.GUI.Library.GUIControl

GetFocusControlId() public method

public GetFocusControlId ( ) : int
return int

Init() public method

public Init ( ) : bool
return bool

OnAction() public method

public OnAction ( MediaPortal.GUI.Library.Action action ) : void
action MediaPortal.GUI.Library.Action
return void

OnMessage() public method

public OnMessage ( GUIMessage message ) : bool
message MediaPortal.GUI.Library.GUIMessage
return bool

Process() public method

public Process ( ) : void
return void

Render() public method

public Render ( float timePassed ) : void
timePassed float
return void

RenderForm() public method

public RenderForm ( float timePassed ) : void
timePassed float
return void

RenderLayer() public method

public RenderLayer ( float timePassed ) : void
timePassed float
return void

ResetAllControls() public method

public ResetAllControls ( ) : void
return void

ScreenStateChanged() public method

public ScreenStateChanged ( ) : bool
return bool

ShouldRenderLayer() public method

public ShouldRenderLayer ( ) : bool
return bool

ShowBookmarksMenu() public method

public ShowBookmarksMenu ( ) : void
return void