Package elisa :: Package core :: Package tests :: Module test_player_engine :: 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 FooEngine: __init__, audio_sink__get, audio_sink__set, state__get, state__set, video_sink__get, video_sink__set, volume__get, volume__set

Inherited from FooEngine (private): _pipeline_set_state

Inherited from base_components.player_engine.PlayerEngine: duration__get, pause, play, position__get, position__set, speed__get, speed_set, stop, uri__set, visualisation__get, visualisation__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]
  uri_schemes = {'bar': 20}

Inherited from FooEngine: pipeline

Inherited from FooEngine (private): _audiosink, _videosink, _volume

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__