Home | Trees | Indices | Help |
---|
|
|
|||
__metaclass__ |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
|
|
|||
Inherited from |
|
|||
gst.BaseSink
|
audio_sink the audio sink that this player outputs to |
||
int |
duration (read-only) the total length of the loaded media in nanoseconds |
||
bool |
muted True if the player is muted, False otherwise. |
||
string |
name =
the name of the player instance |
||
bool |
playing (read-only) is the player currently playing? That also returns False if the player is in LOADING state. |
||
int |
position the position we are currently playing in nanoseconds; when set, if the value passed is higher than duration, position is set to duration. |
||
float |
speed The speed of the current playback: |
||
elisa.core.player.STATES |
state (read-only) The current state. |
||
callable |
subtitle_callback the callback, where the timed subtitle texts should be sent to. |
||
elisa.core.media_uri.MediaUri |
subtitle_uri the uri for subtitles |
||
elisa.core.media_uri.MediaUri |
uri the uri of the media loaded in the player. |
||
gst.BaseSink
|
video_sink the video sink that this player outputs to |
||
float |
volume the volume level between 0 and 10 |
|
|||
visualisation | |||
Inherited from |
|
|
|
|
|
|
|
|
audio_sinkthe audio sink that this player outputs to
|
duration(read-only) the total length of the loaded media in nanoseconds
|
mutedTrue if the player is muted, False otherwise. This is independent of the volume attribute (eg. can be False even if volume is 0).
|
playing(read-only) is the player currently playing? That also returns False if the player is in LOADING state.
|
positionthe position we are currently playing in nanoseconds; when set, if the value passed is higher than duration, position is set to duration. If the value passed is lower than 0, position is set to 0.
|
speedThe speed of the current playback:
|
state(read-only) The current state. See elisa.core.player.STATES.
|
subtitle_callbackthe callback, where the timed subtitle texts should be sent to. The callback will get agst.Buffer , containing the
subtitle text to be displayed encoded in text/plain or
text/x-pango-markup
|
subtitle_urithe uri for subtitles
|
urithe uri of the media loaded in the player.
|
video_sinkthe video sink that this player outputs to
|
volumethe volume level between 0 and 10
|
|
visualisation
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Jan 16 19:08:57 2008 | http://epydoc.sourceforge.net |