Interface IMediaList

    • Method Detail

      • getCount

        int getCount()
        Get the number of Media.
      • getMediaAt

        IMedia getMediaAt​(int index)
        Get a Media at specified index.
        Parameters:
        index - index of the media
        Returns:
        Media hold by MediaList. This Media should be released with IVLCObject.release().
      • isLocked

        boolean isLocked()