Part of coherence.backends.elisa_renderer View Source View In Hierarchy
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 39 | Method | __init__ | Undocumented |
| 79 | Method | call_player | Undocumented |
| 91 | Method | __repr__ | Undocumented |
| 94 | Method | poll_player | Undocumented |
| 119 | Method | query_position | Undocumented |
| 160 | Method | load | Undocumented |
| 178 | Method | start | Undocumented |
| 182 | Method | stop | Undocumented |
| 190 | Method | play | Undocumented |
| 198 | Method | pause | Undocumented |
| 206 | Method | seek | |
| 215 | Method | mute | Undocumented |
| 223 | Method | unmute | Undocumented |
| 231 | Method | get_mute | Undocumented |
| 238 | Method | get_volume | playbin volume is a double from 0.0 - 10.0 |
| 247 | Method | set_volume | Undocumented |
| 261 | Method | upnp_init | Undocumented |
| 275 | Method | upnp_Play | Undocumented |
| 281 | Method | upnp_Pause | Undocumented |
| 286 | Method | upnp_Stop | Undocumented |
| 291 | Method | upnp_SetAVTransportURI | Undocumented |
| 325 | Method | upnp_SetMute | Undocumented |
| 335 | Method | upnp_SetVolume | Undocumented |
Inherited from Loggable:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 79 | Method | logFunction | Overridable log function. Default just returns passed message. |
| 90 | Method | critical | Undocumented |
| 96 | Method | msg | Undocumented |
Inherited from Loggable (via Loggable):
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 650 | Method | error | Log an error. By default this will also raise an exception. |
| 657 | Method | warning | Log a warning. Used for non-fatal problems. |
| 664 | Method | info | Log an informational message. Used for normal operation. |
| 671 | Method | debug | Log a debug message. Used for debugging. |
| 678 | Method | log | Log a log message. Used for debugging recurring events. |
| 685 | Method | doLog | Log a message at the given level, with the possibility of going |
| 709 | Method | warningFailure | Log a warning about a Twisted Failure. Useful as an errback handler: |
| 730 | Method | logObjectName | Overridable object name function. |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 39 | Method | __init__ | Undocumented |
| 91 | Method | __repr__ | Undocumented |
| 79 | Method | call_player | Undocumented |
| 90 | Method | critical | Undocumented |
| 671 | Method | debug | Log a debug message. Used for debugging. |
| 685 | Method | doLog | Log a message at the given level, with the possibility of going |
| 650 | Method | error | Log an error. By default this will also raise an exception. |
| 231 | Method | get_mute | Undocumented |
| 238 | Method | get_volume | playbin volume is a double from 0.0 - 10.0 |
| 664 | Method | info | Log an informational message. Used for normal operation. |
| 160 | Method | load | Undocumented |
| 678 | Method | log | Log a log message. Used for debugging recurring events. |
| 79 | Method | logFunction | Overridable log function. Default just returns passed message. |
| 730 | Method | logObjectName | Overridable object name function. |
| 96 | Method | msg | Undocumented |
| 215 | Method | mute | Undocumented |
| 198 | Method | pause | Undocumented |
| 190 | Method | play | Undocumented |
| 94 | Method | poll_player | Undocumented |
| 119 | Method | query_position | Undocumented |
| 206 | Method | seek | |
| 247 | Method | set_volume | Undocumented |
| 178 | Method | start | Undocumented |
| 182 | Method | stop | Undocumented |
| 223 | Method | unmute | Undocumented |
| 261 | Method | upnp_init | Undocumented |
| 281 | Method | upnp_Pause | Undocumented |
| 275 | Method | upnp_Play | Undocumented |
| 291 | Method | upnp_SetAVTransportURI | Undocumented |
| 325 | Method | upnp_SetMute | Undocumented |
| 335 | Method | upnp_SetVolume | Undocumented |
| 286 | Method | upnp_Stop | Undocumented |
| 657 | Method | warning | Log a warning. Used for non-fatal problems. |
| 709 | Method | warningFailure | Log a warning about a Twisted Failure. Useful as an errback handler: |
| Parameters | location | simple number = time to seek to, in seconds +nL = relative seek forward n seconds -nL = relative seek backwards n seconds |