C# Class MediaPortal.GUI.Video.GUIVideoFullscreen

Summary description for GUIVideoFullscreen.
Inheritance: MediaPortal.GUI.Library.GUIInternalWindow, IRenderLayer
Afficher le fichier Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthode 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 méthode

public CreateBookmark ( ) : void
Résultat void

GUIVideoFullscreen() public méthode

public GUIVideoFullscreen ( ) : System
Résultat System

GetControl() public méthode

public GetControl ( int iControlId ) : GUIControl
iControlId int
Résultat MediaPortal.GUI.Library.GUIControl

GetFocusControlId() public méthode

public GetFocusControlId ( ) : int
Résultat int

Init() public méthode

public Init ( ) : bool
Résultat bool

OnAction() public méthode

public OnAction ( MediaPortal.GUI.Library.Action action ) : void
action MediaPortal.GUI.Library.Action
Résultat void

OnMessage() public méthode

public OnMessage ( GUIMessage message ) : bool
message MediaPortal.GUI.Library.GUIMessage
Résultat bool

Process() public méthode

public Process ( ) : void
Résultat void

Render() public méthode

public Render ( float timePassed ) : void
timePassed float
Résultat void

RenderForm() public méthode

public RenderForm ( float timePassed ) : void
timePassed float
Résultat void

RenderLayer() public méthode

public RenderLayer ( float timePassed ) : void
timePassed float
Résultat void

ResetAllControls() public méthode

public ResetAllControls ( ) : void
Résultat void

ScreenStateChanged() public méthode

public ScreenStateChanged ( ) : bool
Résultat bool

ShouldRenderLayer() public méthode

public ShouldRenderLayer ( ) : bool
Résultat bool

ShowBookmarksMenu() public méthode

public ShowBookmarksMenu ( ) : void
Résultat void