enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
Components.Converter.ServiceInfo.ServiceInfo Class Reference
Inheritance diagram for Components.Converter.ServiceInfo.ServiceInfo:
Components.Converter.Converter.Converter Components.Element.AnimatedElement Components.Element.Element

Public Member Functions

def __init__ (self, type)
 
def reuse (self)
 
def getServiceInfoString (self, info, what, convert=lambda x:"%d" % x)
 
def getBoolean (self)
 
def getText (self)
 
def getValue (self)
 
def changed (self, what)
 
- Public Member Functions inherited from Components.Converter.Converter.Converter
def __repr__ (self)
 
def handleCommand (self, cmd)
 
- Public Member Functions inherited from Components.Element.AnimatedElement
def __init__ (self)
 
def isAnimated (self)
 
def setAnimated (self, isAnimated)
 
- Public Member Functions inherited from Components.Element.Element
def connectDownstream (self, downstream)
 
def connectUpstream (self, upstream)
 
def connect (self, upstream)
 
def disconnectAll (self)
 
def disconnectDownstream (self, downstream)
 
def changed (self, *args, **kwargs)
 
def setSuspend (self, suspended)
 
def checkSuspend (self)
 
def doSuspend (self, suspend)
 
def destroy (self)
 

Public Attributes

 interesting_events
 
 need_wa
 
 type
 
- Public Attributes inherited from Components.Converter.Converter.Converter
 converter_arguments
 
- Public Attributes inherited from Components.Element.Element
 downstream_elements
 
 master
 
 sources
 
 source
 
 cache
 

Static Public Attributes

int HAS_TELETEXT = 0
 
int IS_MULTICHANNEL = 1
 
int IS_CRYPTED = 2
 
int IS_WIDESCREEN = 3
 
int SUBSERVICES_AVAILABLE = 4
 
int XRES = 5
 
int YRES = 6
 
int APID = 7
 
int VPID = 8
 
int PCRPID = 9
 
int PMTPID = 10
 
int TXTPID = 11
 
int TSID = 12
 
int ONID = 13
 
int SID = 14
 
int FRAMERATE = 15
 
int TRANSFERBPS = 16
 
int HAS_SUBTITLES = 17
 
int IS_HDR = 18
 
int VIDEO_PARAMS = 19
 
int VIDEO_TYPE = 20
 
- Static Public Attributes inherited from Components.Element.Element
int CHANGED_DEFAULT = 0
 
int CHANGED_ALL = 1
 
int CHANGED_CLEAR = 2
 
int CHANGED_SPECIFIC = 3
 
int CHANGED_POLL = 4
 
int CHANGED_PULSATE = 5
 
int CHANGED_ANIMATED = 6
 
bool SINGLE_SOURCE = True
 

Properties

 boolean = property(getBoolean)
 
 text = property(getText)
 
 value = property(getValue)
 
- Properties inherited from Components.Element.AnimatedElement
 isAnimated = property(isAnimated, setAnimated)
 
- Properties inherited from Components.Element.Element
 suspended = property(lambda self: self.__suspended, setSuspend)
 

Constructor & Destructor Documentation

◆ __init__()

def Components.Converter.ServiceInfo.ServiceInfo.__init__ (   self,
  type 
)

Member Function Documentation

◆ changed()

def Components.Converter.ServiceInfo.ServiceInfo.changed (   self,
  what 
)

◆ getBoolean()

def Components.Converter.ServiceInfo.ServiceInfo.getBoolean (   self)

◆ getServiceInfoString()

def Components.Converter.ServiceInfo.ServiceInfo.getServiceInfoString (   self,
  info,
  what,
  convert = lambda x: "%d" % x 
)

◆ getText()

def Components.Converter.ServiceInfo.ServiceInfo.getText (   self)

◆ getValue()

def Components.Converter.ServiceInfo.ServiceInfo.getValue (   self)

◆ reuse()

def Components.Converter.ServiceInfo.ServiceInfo.reuse (   self)

Member Data Documentation

◆ APID

int Components.Converter.ServiceInfo.ServiceInfo.APID = 7
static

◆ FRAMERATE

int Components.Converter.ServiceInfo.ServiceInfo.FRAMERATE = 15
static

◆ HAS_SUBTITLES

int Components.Converter.ServiceInfo.ServiceInfo.HAS_SUBTITLES = 17
static

◆ HAS_TELETEXT

int Components.Converter.ServiceInfo.ServiceInfo.HAS_TELETEXT = 0
static

◆ interesting_events

Components.Converter.ServiceInfo.ServiceInfo.interesting_events

◆ IS_CRYPTED

int Components.Converter.ServiceInfo.ServiceInfo.IS_CRYPTED = 2
static

◆ IS_HDR

int Components.Converter.ServiceInfo.ServiceInfo.IS_HDR = 18
static

◆ IS_MULTICHANNEL

int Components.Converter.ServiceInfo.ServiceInfo.IS_MULTICHANNEL = 1
static

◆ IS_WIDESCREEN

int Components.Converter.ServiceInfo.ServiceInfo.IS_WIDESCREEN = 3
static

◆ need_wa

Components.Converter.ServiceInfo.ServiceInfo.need_wa

◆ ONID

int Components.Converter.ServiceInfo.ServiceInfo.ONID = 13
static

◆ PCRPID

int Components.Converter.ServiceInfo.ServiceInfo.PCRPID = 9
static

◆ PMTPID

int Components.Converter.ServiceInfo.ServiceInfo.PMTPID = 10
static

◆ SID

int Components.Converter.ServiceInfo.ServiceInfo.SID = 14
static

◆ SUBSERVICES_AVAILABLE

int Components.Converter.ServiceInfo.ServiceInfo.SUBSERVICES_AVAILABLE = 4
static

◆ TRANSFERBPS

int Components.Converter.ServiceInfo.ServiceInfo.TRANSFERBPS = 16
static

◆ TSID

int Components.Converter.ServiceInfo.ServiceInfo.TSID = 12
static

◆ TXTPID

int Components.Converter.ServiceInfo.ServiceInfo.TXTPID = 11
static

◆ type

Components.Converter.ServiceInfo.ServiceInfo.type

◆ VIDEO_PARAMS

int Components.Converter.ServiceInfo.ServiceInfo.VIDEO_PARAMS = 19
static

◆ VIDEO_TYPE

int Components.Converter.ServiceInfo.ServiceInfo.VIDEO_TYPE = 20
static

◆ VPID

int Components.Converter.ServiceInfo.ServiceInfo.VPID = 8
static

◆ XRES

int Components.Converter.ServiceInfo.ServiceInfo.XRES = 5
static

◆ YRES

int Components.Converter.ServiceInfo.ServiceInfo.YRES = 6
static

Property Documentation

◆ boolean

Components.Converter.ServiceInfo.ServiceInfo.boolean = property(getBoolean)
static

◆ text

Components.Converter.ServiceInfo.ServiceInfo.text = property(getText)
static

◆ value

Components.Converter.ServiceInfo.ServiceInfo.value = property(getValue)
static

The documentation for this class was generated from the following file: