|
|
__init__(self,
device)
Initializes the parent class and stores the device reference. |
source code
|
|
|
|
init(self)
Called after the instance is created to start the device
running. |
source code
|
|
|
list of string
|
|
|
|
|
|
|
|
|
|
|
|
AEState
|
|
|
list of AEOutput.Style
|
|
|
AEOutput.Style
|
|
|
|
|
|
AudioThreadProxy
|
getProxy(self)
Returns this object as the proxy for itself because a thread
proxying for another thread proxying for a device is not
supported. |
source code
|
|
|
string
|
getName(self)
Gives the user displayable (localized) name for this output
device. |
source code
|
|
|
object
|
send(self,
name,
value,
style=None)
Buffers methods to call for known commands in the context of the
thread. |
source code
|
|
|
boolean
|
|
|
3-tuple of lists of string, AEPor, AEOutput.Style
|
parseString(self,
text,
style,
por,
sem)
Parses the string using the implementation provided by the proxied
device. |
source code
|
|
|
|
_put(self,
mtd,
*args)
Buffers any non-stop command in the queue and returns
immediately. |
source code
|
|
|
|
|
|
Inherited from threading.Thread:
__repr__,
isAlive,
isDaemon,
join,
setDaemon,
setName,
start
Inherited from threading.Thread (private):
_set_daemon
Inherited from threading._Verbose (private):
_note
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|