Module vlc :: Class MediaLibrary
[hide private]
[frames] | no frames]

Class MediaLibrary

source code

object --+    
         |    
    _Ctype --+
             |
            MediaLibrary

N/A

Instance Methods [hide private]
 
release(self)
Release media library object.
source code
 
retain(self)
Retain a reference to a media library object.
source code
 
load(self)
Load media library.
source code
 
media_list(self)
Get media library subitems.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
a new object with type S, a subtype of T
__new__(cls, ptr=<__builtin__.object object>)
(INTERNAL) ctypes wrapper constructor.
source code

Inherited from _Ctype: from_param

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(cls, ptr=<__builtin__.object object>)
Static Method

source code 

(INTERNAL) ctypes wrapper constructor.

Returns: a new object with type S, a subtype of T
Overrides: object.__new__

release(self)

source code 

Release media library object. This functions decrements the reference count of the media library object. If it reaches 0, then the object will be released.

retain(self)

source code 

Retain a reference to a media library object. This function will increment the reference counting for this object. Use release() to decrement the reference count.

load(self)

source code 

Load media library.

Returns:
0 on success, -1 on error.

media_list(self)

source code 

Get media library subitems.

Returns:
media list subitems.