Package 

Class MediaList

  • All Implemented Interfaces:
    org.videolan.libvlc.interfaces.IMediaList , org.videolan.libvlc.interfaces.IVLCObject , org.videolan.libvlc.interfaces.IVLCObject

    
    public class MediaList
    extends VLCObject<IMediaList.Event> implements IMediaList
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      MediaList(ILibVLC ILibVLC) Create a MediaList from libVLC
    • Method Summary

      Modifier and Type Method Description
      void setEventListener(IMediaList.EventListener listener, Handler handler)
      synchronized int getCount() Get the number of Media.
      synchronized IMedia getMediaAt(int index) Get a Media at specified index.
      void onReleaseNative() Called when native object is released (refcount is 0).This is where you must release native resources.
      synchronized boolean isLocked()
      • Methods inherited from class org.videolan.libvlc.VLCObject

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MediaList

        MediaList(ILibVLC ILibVLC)
        Create a MediaList from libVLC
        Parameters:
        ILibVLC - a valid libVLC