![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Classes | |
| class | AVSwitch |
| class | VideomodeHotplug |
Functions | |
| def | InitAVSwitch () |
| def | startHotplug () |
| def | stopHotplug () |
| def | InitiVideomodeHotplug (**kwargs) |
Variables | |
| has_hdmi = BoxInfo.getItem("hdmi", False) | |
| has_scart = BoxInfo.getItem("scart", False) | |
| has_yuv = BoxInfo.getItem("yuv", False) | |
| has_rca = BoxInfo.getItem("rca", False) | |
| has_avjack = BoxInfo.getItem("avjack", False) | |
| has_scartyuv = BoxInfo.getItem("scartyuv", False) | |
| has_dvi = BoxInfo.getItem("dvi", False) | |
| BRAND = BoxInfo.getItem("brand") | |
| MACHINEBUILD = BoxInfo.getItem("machinebuild") | |
| av | |
| edid_override | |
| default | |
| iAVSwitch = AVSwitch() | |
| hotplug = None | |
| def Components.AVSwitch.InitAVSwitch | ( | ) |
| def Components.AVSwitch.InitiVideomodeHotplug | ( | ** | kwargs | ) |
| def Components.AVSwitch.startHotplug | ( | ) |
| def Components.AVSwitch.stopHotplug | ( | ) |
| Components.AVSwitch.av |
| Components.AVSwitch.BRAND = BoxInfo.getItem("brand") |
| Components.AVSwitch.default |
| Components.AVSwitch.edid_override |
| Components.AVSwitch.has_avjack = BoxInfo.getItem("avjack", False) |
| Components.AVSwitch.has_dvi = BoxInfo.getItem("dvi", False) |
| Components.AVSwitch.has_hdmi = BoxInfo.getItem("hdmi", False) |
| Components.AVSwitch.has_rca = BoxInfo.getItem("rca", False) |
| Components.AVSwitch.has_scart = BoxInfo.getItem("scart", False) |
| Components.AVSwitch.has_scartyuv = BoxInfo.getItem("scartyuv", False) |
| Components.AVSwitch.has_yuv = BoxInfo.getItem("yuv", False) |
| Components.AVSwitch.hotplug = None |
| Components.AVSwitch.iAVSwitch = AVSwitch() |
| Components.AVSwitch.MACHINEBUILD = BoxInfo.getItem("machinebuild") |