Package elisa :: Package plugins :: Package bad :: Package poblenou_frontend :: Module player_view :: Class PlayerView
[hide private]
[frames] | no frames]

Class PlayerView

source code


Instance Methods [hide private]
 
__init__(self) source code
 
initialize(self) source code
 
update_subtitle_buffer(self, input_buffer) source code
 
_player_buffering(self, msg, sender) source code
 
_player_loading(self, msg, sender) source code
 
_player_starting(self, msg, sender) source code
 
_error(self, msg, sender) source code
 
mouse_moved(self, viewport, event) source code
 
osd_hide(self) source code
 
osd_show(self, time_visible=-1, from_mouse=False, show_volume=False) source code
 
_background_clicked(self, drawable, x, y, z, button, time) source code
 
_osd_status_clicked(self, drawable, x, y, z, button, time) source code
 
_osd_back_button_clicked(self, drawable, x, y, z, button, time) source code
 
_osd_play_button_clicked(self, drawable, x, y, z, button, time) source code
 
_update_play_button(self, state) source code
 
_enable_loading_animation(self, enabled) source code
 
_transform_mapping_matrix_cb(self) source code
 
attribute_set(self, origin, key, old_value, new_value) source code
 
frontend_changed(self, previous_frontend, new_frontend) source code
 
_create_subtitles(self) source code
 
_create_playpause_button(self) source code
 
_create_osd_status_widget(self) source code
 
_create_osd_volume_widget(self) source code
 
_create_back_widget(self) source code
 
_create_interaction(self) source code
 
_create_background(self) source code
 
_update_osd_layout(self) source code
 
uri_changed(self, uri) source code
 
focused_changed(self, new_focused) source code
 
state_changed(self, state) source code
 
seek_to_changed(self, position) source code
 
volume_changed(self, value) source code
 
pause_requested_changed(self, value) source code
 
refresh_dock(self) source code
Class Variables [hide private]
  supported_controllers = 'base:player_controller',
  config_doc = {'subtitle_font_size': 'The size the subtitle fon...
  default_config = {'subtitle_font_size': '0.2', 'visualisation'...
Class Variable Details [hide private]

config_doc

Value:
{'subtitle_font_size': 'The size the subtitle font' ' should have (in \
pgm-size)', 'visualisation': 'Use this GStreamer Element for the' ' vi\
sualisation in the player', 'visualisation_size': 'the size the visual\
isation should' ' use for calculating the real size'}

default_config

Value:
{'subtitle_font_size': '0.2', 'visualisation': 'libvisual_jess', 'visu\
alisation_size': 400,}