vlc.MediaLibrary ================ .. py:class:: vlc.MediaLibrary Bases: :py:obj:`_Ctype` (INTERNAL) Base class for ctypes. (INTERNAL) ctypes wrapper constructor. .. py:method:: load() Load media library. :return: 0 on success, -1 on error. .. py:method:: media_list() Get media library subitems. :return: media list subitems. .. py:method:: 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. .. py:method:: retain() Retain a reference to a media library object. This function will increment the reference counting for this object. Use :func:`release` to decrement the reference count.