Class e.p.c.u.UPnPMediaRenderer(pb.Referenceable, service_provider.ServiceProvider):

Part of elisa.plugins.coherence.upnp_media_renderer View In Hierarchy

DOCME
Line # Kind Name Docs
42 Method initialize Initialize the component.
61 Method remote_set_uri Undocumented
71 Method remote_get_readable_state Undocumented
78 Method remote_get_volume Undocumented
86 Method remote_set_volume Undocumented
98 Method remote_get_status Undocumented
105 Method remote_get_mute Undocumented
111 Method remote_mute Undocumented
115 Method remote_un_mute Undocumented
119 Method remote_play Undocumented
124 Method remote_pause Undocumented
129 Method remote_stop Undocumented
48 Method _bus_message_received Undocumented

Inherited from ServiceProvider:

Line # Kind Name Docs
31 Method start Start the service.
38 Method stop Stop the service.

Inherited from Component (via ServiceProvider):

Line # Kind Name Docs
85 Class PathDescriptor Undocumented
97 Class Method create Create and initialize the component.
142 Method clean Clean the component.

Inherited from Loggable (via ServiceProvider, Component):

Line # Kind Name Docs
81 Method __init__ Undocumented
def initialize(self):

Initialize the component.

This method is called by Component.create to finish the initialization of a component.
Returnsa deferred called when a component is fully initialized (type: twisted.internet.defer.Deferred )
def _bus_message_received(self, msg, sender):
Undocumented
def remote_set_uri(self, uri):
Undocumented
def remote_get_readable_state(self):
Undocumented
def remote_get_volume(self):
Undocumented
def remote_set_volume(self, volume):
Undocumented
def remote_get_status(self):
Undocumented
def remote_get_mute(self):
Undocumented
def remote_mute(self):
Undocumented
def remote_un_mute(self):
Undocumented
def remote_play(self):
Undocumented
def remote_pause(self):
Undocumented
def remote_stop(self):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2008-11-19 19:51:49.