Package 

Interface IMediaDataSource

    • Method Summary

      Modifier and Type Method Description
      abstract int readAt(long position, Array<byte> buffer, int offset, int size)
      abstract long getSize()
      abstract void close()
      • Methods inherited from class java.lang.Object

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

      • readAt

         abstract int readAt(long position, Array<byte> buffer, int offset, int size)
      • close

         abstract void close()