C# 클래스 MediaPortal.GUI.Video.GUIVideoFullscreen

Summary description for GUIVideoFullscreen.
상속: MediaPortal.GUI.Library.GUIInternalWindow, IRenderLayer
파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CreateBookmark() 공개 메소드

public CreateBookmark ( ) : void
리턴 void

GUIVideoFullscreen() 공개 메소드

public GUIVideoFullscreen ( ) : System
리턴 System

GetControl() 공개 메소드

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

GetFocusControlId() 공개 메소드

public GetFocusControlId ( ) : int
리턴 int

Init() 공개 메소드

public Init ( ) : bool
리턴 bool

OnAction() 공개 메소드

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

OnMessage() 공개 메소드

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

Process() 공개 메소드

public Process ( ) : void
리턴 void

Render() 공개 메소드

public Render ( float timePassed ) : void
timePassed float
리턴 void

RenderForm() 공개 메소드

public RenderForm ( float timePassed ) : void
timePassed float
리턴 void

RenderLayer() 공개 메소드

public RenderLayer ( float timePassed ) : void
timePassed float
리턴 void

ResetAllControls() 공개 메소드

public ResetAllControls ( ) : void
리턴 void

ScreenStateChanged() 공개 메소드

public ScreenStateChanged ( ) : bool
리턴 bool

ShouldRenderLayer() 공개 메소드

public ShouldRenderLayer ( ) : bool
리턴 bool

ShowBookmarksMenu() 공개 메소드

public ShowBookmarksMenu ( ) : void
리턴 void