Home | Trees | Indices | Help |
---|
|
object --+ | _Ctype --+ | MediaListPlayer
Create a new MediaListPlayer instance.
It may take as parameter either:
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
a new object with type S, a subtype of T |
|
||
Inherited from |
|
|||
Inherited from |
|
|
Release a media_list_player after use Decrement the reference count of a media player object. If the reference count is 0, then release() will release the media player object. If the media player object has been released, then it should not be used again. |
Retain a reference to a media player list object. Use release() to decrement reference count. |
Decorator. Caches a parameterless method's return value each time it is called. If called later with the same arguments, the cached value is returned (not reevaluated). Adapted from https://wiki.python.org/moin/PythonDecoratorLibrary
|
Replace media player in media_list_player with this instance.
|
Get media player of the media_list_player instance.
|
Set the media list associated with the player.
|
Pause or resume media list.
Version: LibVLC 3.0.0 or later. |
Is media list playing?
|
Get current libvlc_state of media list player.
|
Play media list item at position index.
|
Play the given media item.
|
Play next item from media list.
|
Play previous item from media list.
|
Sets the playback mode for the playlist.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Jul 25 13:13:08 2020 | http://epydoc.sourceforge.net |