enigma2
2.6
|
Public Member Functions | |
def | __init__ (self) |
def | initHardware (self) |
def | getGroupedModeList (self, port_name, preferredOnly=False) |
def | initConfig (self) |
def | setupNotifiers (self) |
def | getConfiguredMode (self) |
def | contentFramerateChanged (self, contentFramerate) |
def | contentPtsValid (self) |
def | hdmiChanged (self) |
def | getAvailablePortNames (self) |
def | getSortedModeList (self, port_name) |
def | getCurrentModeByValue (self, port_value, mode_value, rate_value) |
def | setMode (self, port_value, mode_value, rate_value) |
def | isForceWidescreen (self, mode_name) |
def | isStandardScreen (self, mode_name) |
def | isWidescreen (self, mode_name) |
def | updateAspect (self, cfgelement) |
def | updateModes (self, port_name) |
def | refreshModes (self, cfgelement) |
def | setHlgSupport (self, cfgelement) |
def | setHdr10Support (self, cfgelement) |
def | setHdr10Bit (self, cfgelement) |
def | setHdr12Bit (self, cfgelement) |
def | setOSDAlpha (self, cfgelement) |
def | setScalerSharpness (self, cfgelement) |
def | saveMode (self, port, mode, rate) |
def | policyIndexToString (self, index) |
def | policyIndexToKey (self, index) |
def | policyKeyToIndex (self, policy) |
def | aspectIndexToString (self, index) |
def | aspectIndexToKey (self, index) |
def | aspectKeyToIndex (self, aspect) |
def | hlgIndexToString (self, index) |
def | hlgIndexToKey (self, index) |
def | hlgKeyToIndex (self, hlg) |
def | hdrIndexToString (self, index) |
def | hdrIndexToKey (self, index) |
def | hdrKeyToIndex (self, hdr) |
def | propertyIndexToString (self, index) |
def | propertyIndexToKey (self, index) |
def | propertyKeyToIndex (self, prop) |
def | rateIndexToString (self, index) |
def | rateIndexToKey (self, index) |
def | rateKeyToIndex (self, rate) |
Public Attributes | |
availablePorts | |
Static Public Attributes | |
instance = None | |
def Components.DisplayHardware.DisplayHardware.__init__ | ( | self | ) |
def Components.DisplayHardware.DisplayHardware.aspectIndexToKey | ( | self, | |
index | |||
) |
def Components.DisplayHardware.DisplayHardware.aspectIndexToString | ( | self, | |
index | |||
) |
def Components.DisplayHardware.DisplayHardware.aspectKeyToIndex | ( | self, | |
aspect | |||
) |
def Components.DisplayHardware.DisplayHardware.contentFramerateChanged | ( | self, | |
contentFramerate | |||
) |
def Components.DisplayHardware.DisplayHardware.contentPtsValid | ( | self | ) |
def Components.DisplayHardware.DisplayHardware.getAvailablePortNames | ( | self | ) |
def Components.DisplayHardware.DisplayHardware.getConfiguredMode | ( | self | ) |
def Components.DisplayHardware.DisplayHardware.getCurrentModeByValue | ( | self, | |
port_value, | |||
mode_value, | |||
rate_value | |||
) |
def Components.DisplayHardware.DisplayHardware.getGroupedModeList | ( | self, | |
port_name, | |||
preferredOnly = False |
|||
) |
def Components.DisplayHardware.DisplayHardware.getSortedModeList | ( | self, | |
port_name | |||
) |
def Components.DisplayHardware.DisplayHardware.hdmiChanged | ( | self | ) |
def Components.DisplayHardware.DisplayHardware.hdrIndexToKey | ( | self, | |
index | |||
) |
def Components.DisplayHardware.DisplayHardware.hdrIndexToString | ( | self, | |
index | |||
) |
def Components.DisplayHardware.DisplayHardware.hdrKeyToIndex | ( | self, | |
hdr | |||
) |
def Components.DisplayHardware.DisplayHardware.hlgIndexToKey | ( | self, | |
index | |||
) |
def Components.DisplayHardware.DisplayHardware.hlgIndexToString | ( | self, | |
index | |||
) |
def Components.DisplayHardware.DisplayHardware.hlgKeyToIndex | ( | self, | |
hlg | |||
) |
def Components.DisplayHardware.DisplayHardware.initConfig | ( | self | ) |
def Components.DisplayHardware.DisplayHardware.initHardware | ( | self | ) |
def Components.DisplayHardware.DisplayHardware.isForceWidescreen | ( | self, | |
mode_name | |||
) |
def Components.DisplayHardware.DisplayHardware.isStandardScreen | ( | self, | |
mode_name | |||
) |
def Components.DisplayHardware.DisplayHardware.isWidescreen | ( | self, | |
mode_name | |||
) |
def Components.DisplayHardware.DisplayHardware.policyIndexToKey | ( | self, | |
index | |||
) |
def Components.DisplayHardware.DisplayHardware.policyIndexToString | ( | self, | |
index | |||
) |
def Components.DisplayHardware.DisplayHardware.policyKeyToIndex | ( | self, | |
policy | |||
) |
def Components.DisplayHardware.DisplayHardware.propertyIndexToKey | ( | self, | |
index | |||
) |
def Components.DisplayHardware.DisplayHardware.propertyIndexToString | ( | self, | |
index | |||
) |
def Components.DisplayHardware.DisplayHardware.propertyKeyToIndex | ( | self, | |
prop | |||
) |
def Components.DisplayHardware.DisplayHardware.rateIndexToKey | ( | self, | |
index | |||
) |
def Components.DisplayHardware.DisplayHardware.rateIndexToString | ( | self, | |
index | |||
) |
def Components.DisplayHardware.DisplayHardware.rateKeyToIndex | ( | self, | |
rate | |||
) |
def Components.DisplayHardware.DisplayHardware.refreshModes | ( | self, | |
cfgelement | |||
) |
def Components.DisplayHardware.DisplayHardware.saveMode | ( | self, | |
port, | |||
mode, | |||
rate | |||
) |
def Components.DisplayHardware.DisplayHardware.setHdr10Bit | ( | self, | |
cfgelement | |||
) |
def Components.DisplayHardware.DisplayHardware.setHdr10Support | ( | self, | |
cfgelement | |||
) |
def Components.DisplayHardware.DisplayHardware.setHdr12Bit | ( | self, | |
cfgelement | |||
) |
def Components.DisplayHardware.DisplayHardware.setHlgSupport | ( | self, | |
cfgelement | |||
) |
def Components.DisplayHardware.DisplayHardware.setMode | ( | self, | |
port_value, | |||
mode_value, | |||
rate_value | |||
) |
def Components.DisplayHardware.DisplayHardware.setOSDAlpha | ( | self, | |
cfgelement | |||
) |
def Components.DisplayHardware.DisplayHardware.setScalerSharpness | ( | self, | |
cfgelement | |||
) |
def Components.DisplayHardware.DisplayHardware.setupNotifiers | ( | self | ) |
def Components.DisplayHardware.DisplayHardware.updateAspect | ( | self, | |
cfgelement | |||
) |
def Components.DisplayHardware.DisplayHardware.updateModes | ( | self, | |
port_name | |||
) |
Components.DisplayHardware.DisplayHardware.availablePorts |
|
static |