C# 클래스 TvPlugin.TvOsd

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

공개 메소드들

메소드 설명
Init ( ) : bool
NeedRefresh ( ) : bool
OnAction ( MediaPortal.GUI.Library.Action action ) : void
OnMessage ( GUIMessage message ) : bool
Render ( float timePassed ) : void
ResetAllControls ( ) : void
TvOsd ( ) : System
UpdateChannelInfo ( ) : void

비공개 메소드들

메소드 설명
CanStopTimeshifting ( ) : bool
FocusControl ( int dwSenderId, int dwControlID, int dwParam ) : void
GetChannel ( ) : TvDatabase.Channel
GetChannelName ( ) : string
GetSliderValue ( int iControlID ) : float
Get_TimeInfo ( ) : void
Handle_ControlSetting ( int iControlID, long wID ) : void
HideControl ( int dwSenderId, int dwControlID ) : void
OnNextChannel ( ) : void
OnPreviousChannel ( ) : void
PopulateAudioStreams ( ) : void
PopulateSubTitles ( ) : void
Reset ( ) : void
SetCheckmarkValue ( bool bValue, int iControlID ) : void
SetCurrentChannelLogo ( ) : void
SetRecorderStatus ( ) : void
SetRecorderStatus ( bool forced ) : void
SetSliderValue ( float fMin, float fMax, float fValue, int iControlID ) : void
SetVideoProgress ( ) : void
ShowControl ( int dwSenderId, int dwControlID ) : void
ShowPrograms ( ) : void
ToggleButton ( int iButtonID, bool bSelected ) : void
ToggleSubMenu ( int iButtonID, int iBackID ) : void
UpdateGammaContrastBrightness ( ) : void
UpdatePostProcessing ( ) : void
UpdateProgressBar ( ) : void

메소드 상세

Init() 공개 메소드

public Init ( ) : bool
리턴 bool

NeedRefresh() 공개 메소드

public NeedRefresh ( ) : 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

Render() 공개 메소드

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

ResetAllControls() 공개 메소드

public ResetAllControls ( ) : void
리턴 void

TvOsd() 공개 메소드

public TvOsd ( ) : System
리턴 System

UpdateChannelInfo() 공개 메소드

public UpdateChannelInfo ( ) : void
리턴 void