Part of coherence.backends.buzztard_control View Source View In Hierarchy
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 340 | Method | __init__ | Undocumented |
| 361 | Method | event | Undocumented |
| 410 | Method | __repr__ | Undocumented |
| 413 | Method | poll_player | Undocumented |
| 416 | Method | load | Undocumented |
| 429 | Method | start | Undocumented |
| 433 | Method | stop | Undocumented |
| 436 | Method | play | Undocumented |
| 444 | Method | pause | Undocumented |
| 447 | Method | seek | |
| 454 | Method | mute | Undocumented |
| 457 | Method | unmute | Undocumented |
| 460 | Method | get_mute | Undocumented |
| 468 | Method | get_repeat | Undocumented |
| 475 | Method | set_repeat | Undocumented |
| 481 | Method | get_volume | Undocumented |
| 485 | Method | set_volume | Undocumented |
| 493 | Method | upnp_init | Undocumented |
| 508 | Method | upnp_Play | Undocumented |
| 514 | Method | upnp_Pause | Undocumented |
| 519 | Method | upnp_Stop | Undocumented |
| 524 | Method | upnp_SetAVTransportURI | Undocumented |
| 544 | Method | upnp_SetMute | Undocumented |
| 554 | 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 |
|---|---|---|---|
| 340 | Method | __init__ | Undocumented |
| 410 | Method | __repr__ | 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. |
| 361 | Method | event | Undocumented |
| 460 | Method | get_mute | Undocumented |
| 468 | Method | get_repeat | Undocumented |
| 481 | Method | get_volume | Undocumented |
| 664 | Method | info | Log an informational message. Used for normal operation. |
| 416 | 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 |
| 454 | Method | mute | Undocumented |
| 444 | Method | pause | Undocumented |
| 436 | Method | play | Undocumented |
| 413 | Method | poll_player | Undocumented |
| 447 | Method | seek | |
| 475 | Method | set_repeat | Undocumented |
| 485 | Method | set_volume | Undocumented |
| 429 | Method | start | Undocumented |
| 433 | Method | stop | Undocumented |
| 457 | Method | unmute | Undocumented |
| 493 | Method | upnp_init | Undocumented |
| 514 | Method | upnp_Pause | Undocumented |
| 508 | Method | upnp_Play | Undocumented |
| 524 | Method | upnp_SetAVTransportURI | Undocumented |
| 544 | Method | upnp_SetMute | Undocumented |
| 554 | Method | upnp_SetVolume | Undocumented |
| 519 | 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 |