Package elisa :: Package core :: Module player :: Class PlayerLoading
[hide private]
[frames] | no frames]

Class PlayerLoading

source code


Sent over the message bus when the player is asked to play. When the playback really starts, that is when the first buffer reach the sink, the elisa.core.player.PlayerPlaying message is sent over the bus.

That message can be understood as the first answer after doing elisa.core.player.Player.play.

Warning: this message is not sent when the uri is set.

Instance Methods [hide private]

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

Properties [hide private]

Inherited from object: __class__