enigma2
2.6
|
Public Member Functions | |
def | __init__ (self, session, master) |
def | lockShow (self) |
def | unlockShow (self) |
def | setMetadata (self) |
Public Member Functions inherited from Plugins.Extensions.MediaRenderer.MediaGUI.MediaGUI | |
def | createSummary (self) |
def | delayedClose (self) |
def | playAgain (self) |
def | play (self) |
def | pause (self) |
def | unpause (self) |
def | playpause (self) |
def | stopCurrent (self) |
def | showInfo (self) |
def | handleLeave (self, ask=True, error=False) |
def | leavePlayer (self) |
def | leavePlayerConfirmed (self, answer) |
Public Member Functions inherited from Screens.Screen.Screen | |
def | __init__ (self, session, parent=None, windowTitle=None) |
def | saveKeyboardMode (self) |
def | setKeyboardModeAscii (self) |
def | setKeyboardModeNone (self) |
def | restoreKeyboardMode (self) |
def | execBegin (self) |
def | execEnd (self) |
def | doClose (self, immediate=True) |
def | doCloseInternal (self) |
def | close (self, *retval) |
def | setFocus (self, o) |
def | show (self) |
def | hide (self) |
def | enable (self, do_show=True) |
def | disable (self) |
def | isEnabled (self) |
def | __repr__ (self) |
def | getRelatedScreen (self, name) |
def | setShowHideAnimation (self, animation_key) |
def | neverAnimate (self) |
def | canAnimate (self) |
def | ignoreSource (self, name) |
Public Member Functions inherited from Components.GUISkin.GUISkin | |
def | __init__ (self, windowTitle=None) |
def | createGUIScreen (self, parent, desktop, updateonly=False) |
def | deleteGUIScreen (self) |
def | close (self) |
def | addSummary (self, summary) |
def | removeSummary (self, summary) |
def | setTitle (self, title) |
def | getTitle (self) |
def | setDesktop (self, desktop) |
def | applySkin (self) |
def | setZPosition (self, z) |
Public Member Functions inherited from Screens.InfoBarGenerics.InfoBarNotifications | |
def | __init__ (self) |
def | checkNotificationsIfExecing (self) |
def | checkNotifications (self, immediate=False) |
def | getEntryText (self) |
def | showNotificationQueueViewer (self) |
Public Member Functions inherited from Screens.InfoBarGenerics.InfoBarSeek | |
def | __init__ (self, actionmap="InfobarSeekActions") |
def | makeStateForward (self, n) |
def | makeStateBackward (self, n) |
def | makeStateSlowMotion (self, n) |
def | isStateForward (self, state) |
def | isStateBackward (self, state) |
def | isStateSlowMotion (self, state) |
def | getHigher (self, n, lst) |
def | getLower (self, n, lst) |
def | showAfterSeek (self) |
def | up (self) |
def | down (self) |
def | getSeek (self) |
def | isSeekable (self) |
def | setSeekState (self, state, onlyGUI=False) |
def | playpauseService (self) |
def | pauseService (self) |
def | unPauseService (self) |
def | doSeek (self, pts) |
def | doSeekRelative (self, pts) |
def | seekFwd (self) |
def | seekBack (self) |
def | seekFwdManual (self) |
def | fwdSeekTo (self, minutes) |
def | seekBackManual (self) |
def | rwdSeekTo (self, minutes) |
def | checkSkipShowHideLock (self) |
def | calcRemainingTime (self) |
def | doEofInternal (self, playing) |
Public Member Functions inherited from Screens.InfoBarGenerics.PlayerBase | |
def | __init__ (self) |
Static Public Attributes | |
bool | ENABLE_RESUME_SUPPORT = True |
string | skin |
Static Public Attributes inherited from Plugins.Extensions.MediaRenderer.MediaGUI.MediaGUI | |
bool | ENABLE_RESUME_SUPPORT = True |
ALLOW_SUSPEND = Screen.SUSPEND_STOPS | |
Static Public Attributes inherited from Screens.Screen.Screen | |
int | SUSPEND_NONE = 0 |
int | SUSPEND_STOPS = 1 |
int | SUSPEND_PAUSES = 2 |
int | ALLOW_SUSPEND = SUSPEND_NONE |
Static Public Attributes inherited from Components.GUISkin.GUISkin | |
bool | IS_DIALOG = False |
Static Public Attributes inherited from Screens.InfoBarGenerics.InfoBarSeek | |
tuple | SEEK_STATE_PLAY = (0, 0, 0, ">") |
tuple | SEEK_STATE_PAUSE = (1, 0, 0, "||") |
tuple | SEEK_STATE_EOF = (1, 0, 0, "END") |
tuple | SEEK_STATE_STOP = (0, 0, 0, "STOP") |
Additional Inherited Members | |
Public Attributes inherited from Plugins.Extensions.MediaRenderer.MediaGUI.MediaGUI | |
returning | |
seekstate | |
Public Attributes inherited from Screens.Screen.Screen | |
skinName | |
session | |
parent | |
onClose | |
onFirstExecBegin | |
onExecBegin | |
onShown | |
onShow | |
onHide | |
onExecEnd | |
onHideFinished | |
execing | |
shown | |
already_shown | |
renderer | |
helpList | |
close_on_next_exec | |
stand_alone | |
keyboardMode | |
active_components | |
persisted_members | |
Public Attributes inherited from Components.GUISkin.GUISkin | |
onLayoutFinish | |
summaries | |
instance | |
desktop | |
scale | |
Public Attributes inherited from Screens.InfoBarGenerics.InfoBarSeek | |
fast_winding_hint_message_showed | |
screen | |
seekstate | |
lastseekstate | |
onPlayStateChanged | |
lockedBecauseOfSkipping | |
Public Attributes inherited from Screens.InfoBarGenerics.PlayerBase | |
lastservice | |
prev_player | |
Properties inherited from Components.GUISkin.GUISkin | |
title = property(getTitle, setTitle) | |
def Plugins.Extensions.MediaRenderer.AudioGUI.AudioGUI.__init__ | ( | self, | |
session, | |||
master | |||
) |
Reimplemented from Plugins.Extensions.MediaRenderer.MediaGUI.MediaGUI.
def Plugins.Extensions.MediaRenderer.AudioGUI.AudioGUI.lockShow | ( | self | ) |
def Plugins.Extensions.MediaRenderer.AudioGUI.AudioGUI.setMetadata | ( | self | ) |
Reimplemented from Plugins.Extensions.MediaRenderer.MediaGUI.MediaGUI.
def Plugins.Extensions.MediaRenderer.AudioGUI.AudioGUI.unlockShow | ( | self | ) |
|
static |
|
static |