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

Class PlayerStopping

source code


Sent over the message bus when the playing is stopped.

Instance Methods [hide private]
 
__init__(self, percent=100)
Initialize the PlayerStopping Message.
source code

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

Instance Variables [hide private]
float percent
how much of the media has been shown.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, percent=100)
(Constructor)

source code 
Initialize the PlayerStopping Message.
Parameters:
  • percent (float) - the percent of the media, that was been watched yet
Overrides: object.__init__