Method | Description | |
---|---|---|
Dispose ( ) : void | ||
DoesPostRender ( ) : bool | ||
GUIVideoOverlay ( ) : System | ||
Init ( ) : bool | ||
OnAction ( MediaPortal.GUI.Library.Action action ) : void | ||
PostRender ( float timePassed, int iLayer ) : void | ||
PreInit ( ) : void | ||
Render ( float timePassed ) : void | ||
RenderLayer ( float timePassed ) : void | ||
ShouldRenderLayer ( ) : bool |
Method | Description | |
---|---|---|
ShouldFocus ( MediaPortal.GUI.Library.Action action ) : bool |
Method | Description | |
---|---|---|
OnUpdateState ( bool render ) : void | ||
OnVideoChanged ( ) : void | ||
SetCurrentFile ( string fileName ) : void |
Examines the current playing movie and fills in all the properties for the skin. For movies it will look in the video database for any IMDB info For record TV programs it will look in the TVDatabase for recording info Function will fill in the following properties for TV programs #Play.Current.Title, #Play.Current.Plot, #Play.Current.PlotOutline #Play.Current.File, #Play.Current.Thumb, #Play.Current.Year, #Play.Current.Channel, Function will fill in the following properties for movies #Play.Current.Title, #Play.Current.Plot, #Play.Current.PlotOutline #Play.Current.File, #Play.Current.Thumb, #Play.Current.Year #Play.Current.Director, #cast, #dvdlabel, #imdbnumber, #Play.Current.Plot, #Play.Current.PlotOutline, #rating, #tagline, #votes, #credits |
public OnAction ( MediaPortal.GUI.Library.Action action ) : void | ||
action | MediaPortal.GUI.Library.Action | |
return | void |
public PostRender ( float timePassed, int iLayer ) : void | ||
timePassed | float | |
iLayer | int | |
return | void |
public RenderLayer ( float timePassed ) : void | ||
timePassed | float | |
return | void |
protected ShouldFocus ( MediaPortal.GUI.Library.Action action ) : bool | ||
action | MediaPortal.GUI.Library.Action | |
return | bool |