Home | Trees | Indices | Help |
---|
|
object --+ | _Ctype --+ | MediaList
Create a new MediaList instance.
Usage: MediaList(list_of_MRLs)
See vlc.Instance.media_list_new documentation for details.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
a new object with type S, a subtype of T |
|
||
Inherited from |
|
|||
Inherited from |
|
|
Add media instance to media list. The lock should be held upon entering this function.
|
Associate media instance with this media list instance. If another media instance was present it will be released. The lock should NOT be held upon entering this function.
|
Get media instance from this media list instance. This action will increase the refcount on the media instance. The lock should NOT be held upon entering this function.
|
Insert media instance in media list on a position The lock should be held upon entering this function.
|
Remove media instance from media list on a position The lock should be held upon entering this function.
|
Get count on media list items The lock should be held upon entering this function.
|
List media instance in media list at a position The lock should be held upon entering this function.
|
Find index position of List media instance in media list. Warning: the function will return the first matched position. The lock should be held upon entering this function.
|
This indicates if this media list is read-only from a user point of view.
|
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
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Jul 25 13:13:08 2020 | http://epydoc.sourceforge.net |