Part of coherence.backends.gstreamer_audio_player View Source View In Hierarchy
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 29 | Method | __init__ | Undocumented |
| 45 | Method | add_view | Undocumented |
| 48 | Method | remove_view | Undocumented |
| 51 | Method | update | Undocumented |
| 55 | Method | create_pipeline | Undocumented |
| 85 | Method | create_poll | Undocumented |
| 90 | Method | get_volume_playbin | playbin volume is a double from 0.0 - 10.0 |
| 96 | Method | set_volume_playbin | Undocumented |
| 104 | Method | get_volume_dsp_mp3_sink | dspmp3sink volume is a n in from 0 to 65535 |
| 110 | Method | set_volume_dsp_mp3_sink | Undocumented |
| 118 | Method | get_volume_dsp_pcm_sink | dspmp3sink volume is a n in from 0 to 65535 |
| 124 | Method | set_volume_dsp_pcm_sink | Undocumented |
| 132 | Method | mute | Undocumented |
| 139 | Method | unmute | Undocumented |
| 145 | Method | get_mute | Undocumented |
| 160 | Method | get_state | Undocumented |
| 163 | Method | get_uri | Undocumented |
| 166 | Method | poll_gst_bus | Undocumented |
| 180 | Method | on_message | Undocumented |
| 218 | Method | query_position | Undocumented |
| 255 | Method | load | Undocumented |
| 277 | Method | play | Undocumented |
| 296 | Method | pause | Undocumented |
| 299 | Method | stop | Undocumented |
| 302 | Method | seek |
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 |
|---|---|---|---|
| 29 | Method | __init__ | Undocumented |
| 45 | Method | add_view | Undocumented |
| 55 | Method | create_pipeline | Undocumented |
| 85 | Method | create_poll | 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. |
| 145 | Method | get_mute | Undocumented |
| 160 | Method | get_state | Undocumented |
| 163 | Method | get_uri | Undocumented |
| 104 | Method | get_volume_dsp_mp3_sink | dspmp3sink volume is a n in from 0 to 65535 |
| 118 | Method | get_volume_dsp_pcm_sink | dspmp3sink volume is a n in from 0 to 65535 |
| 90 | Method | get_volume_playbin | playbin volume is a double from 0.0 - 10.0 |
| 664 | Method | info | Log an informational message. Used for normal operation. |
| 255 | 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 |
| 132 | Method | mute | Undocumented |
| 180 | Method | on_message | Undocumented |
| 296 | Method | pause | Undocumented |
| 277 | Method | play | Undocumented |
| 166 | Method | poll_gst_bus | Undocumented |
| 218 | Method | query_position | Undocumented |
| 48 | Method | remove_view | Undocumented |
| 302 | Method | seek | |
| 110 | Method | set_volume_dsp_mp3_sink | Undocumented |
| 124 | Method | set_volume_dsp_pcm_sink | Undocumented |
| 96 | Method | set_volume_playbin | Undocumented |
| 299 | Method | stop | Undocumented |
| 139 | Method | unmute | Undocumented |
| 51 | Method | update | 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 |