vlc.MediaLibrary

class vlc.MediaLibrary

Bases: _Ctype

(INTERNAL) Base class for ctypes.

(INTERNAL) ctypes wrapper constructor.

load()

Load media library.

Returns:

0 on success, -1 on error.

media_list()

Get media library subitems.

Returns:

media list subitems.

release()

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()

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.