Part of elisa.plugins.poblesec.player_video View In Hierarchy
Known subclasses: elisa.plugins.dvd.dvdcontroller.DvdPlayerController, elisa.plugins.poblesec.player_audio.AudioPlayerController, elisa.plugins.poblesec.player_video.VideoPlayerController
Line # | Kind | Name | Docs |
---|---|---|---|
932 | Method | __init__ | Undocumented |
1019 | Method | initialize | Initialize the component. |
1042 | Method | clean | Clean the component. |
1060 | Method | exit | Exit the player by asking poblesec's main controller to hide it. |
1365 | Method | stop | Undocumented |
1373 | Method | set_frontend | Set the frontend for the controller. |
1387 | Method | toggle_play_pause | Undocumented |
1393 | Method | go_to_pause | Undocumented |
1396 | Method | go_to_play | Undocumented |
1399 | Method | next_subtitle | Undocumented |
1402 | Method | next_audio | Undocumented |
1405 | Method | toggle_mute | Undocumented |
1415 | Method | volume_up | Undocumented |
1422 | Method | volume_down | Undocumented |
1436 | Method | show_on_screen_display | Display player's on screen display. Optionally displays ribbon |
1466 | Method | hide_on_screen_display | Hide player's on screen display including ribbon controls and mouse |
1473 | Method | handle_input | Undocumented |
1047 | Method | _on_focus_changed | Undocumented |
1053 | Method | _exit_clicked_cb | Undocumented |
1069 | Method | _play_pause_clicked_cb | Undocumented |
1076 | Method | _seeking_bar_cb | Undocumented |
1085 | Method | _volume_bar_cb | Undocumented |
1089 | Method | _volume_mute_cb | Undocumented |
1096 | Method | _find_poster | Undocumented |
1118 | Method | _player_metadata_found | Undocumented |
1128 | Method | _player_status_cb | Undocumented |
1294 | Method | _stop_monitoring | Undocumented |
1301 | Method | _monitor | Undocumented |
1318 | Method | _player_missing_decoder_cb | Undocumented |
1321 | Method | _check_missing_decoders_cb | Undocumented |
1347 | Method | _player_unknown_error_cb | Undocumented |
1362 | Method | _playback_ended | Undocumented |
1378 | Method | _mouse_motion_cb | Undocumented |
Inherited from PigmentController:
Line # | Kind | Name | Docs |
---|---|---|---|
68 | Method | set_path | Set the path for the controller. |
83 | Method | has_focus | Undocumented |
86 | Method | prepare | Called after widget is
added to the canvas. It is sensible to do |
93 | Method | removed | Called after widget is
removed from the canvas. |
Inherited from Component (via PigmentController, Controller):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
This method is called by Component.create
to finish the
initialization of a component.
Returns | a deferred called when a component is fully initialized
(type: twisted.internet.defer.Deferred
) |
This method is called when a component is not needed anymore to clean its state.
Returns | a deferred called when the component has finished cleaning its state
(type: twisted.internet.defer.Deferred
) |
Parameters | frontend | frontend
(type: elisa.core.components.frontend.Frontend
) |
Parameters | with_ribbon | whether or not to display ribbon controls |
with_mouse | whether or not to display mouse controls | |
with_cover_overlay | whether or not to display the cover overlay | |
Unknown Field: bool | with_ribbon | bool |
with_mouse | bool | |
with_cover_overlay | bool |