Package 

Interface IMediaList

    • Method Summary

      Modifier and Type Method Description
      abstract void setEventListener(IMediaList.EventListener listener, Handler handler)
      abstract int getCount() Get the number of Media.
      abstract IMedia getMediaAt(int index) Get a Media at specified index.
      abstract boolean isLocked()
      • Methods inherited from class org.videolan.libvlc.interfaces.IVLCObject

        getLibVLC, isReleased, release, retain
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait