Package elisa :: Package core :: Package tests :: Module test_player_engine_registry :: Class BarEngine
[hide private]
[frames] | no frames]

Class BarEngine

source code


Nested Classes [hide private]

Inherited from component.Component: __metaclass__

Instance Methods [hide private]

Inherited from base_components.player_engine.PlayerEngine: __init__, audio_sink__get, audio_sink__set, duration__get, pause, play, position__get, position__set, speed__get, speed_set, state__get, stop, uri__set, video_sink__get, video_sink__set, visualisation__get, visualisation__set, volume__get, volume__set

Inherited from component.Component: clean, initialize, load_config, save_config

Inherited from extern.log.log.Loggable: debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Static Methods [hide private]

Inherited from component.Component: __classinit__

Class Variables [hide private]
dict uri_schemes = {'bar': 150, 'test': 50, 'test2': 100}
the uri-schemes this engine supports associated with their ranking value between 0 (highest rank) and 255 (lowest rank)

Inherited from base_components.player_engine.PlayerEngine: name

Inherited from component.Component: checked, config_doc, default_config, id, plugin

Inherited from extern.log.log.Loggable: logCategory

Instance Variables [hide private]

Inherited from base_components.player_engine.PlayerEngine: audio_sink, duration, message_sender, position, speed, state, uri, video_sink, visualisation, volume

Inherited from component.Component: config, path

Properties [hide private]

Inherited from object: __class__