Package 

Class RawDataSourceProvider

  • All Implemented Interfaces:
    tv.danmaku.ijk.media.player.misc.IMediaDataSource

    
    public class RawDataSourceProvider
     implements IMediaDataSource
                        
    • Method Summary

      Modifier and Type Method Description
      int readAt(long position, Array<byte> buffer, int offset, int size)
      long getSize()
      void close()
      static RawDataSourceProvider create(Context context, Uri uri)
      • Methods inherited from class tv.danmaku.ijk.media.player.misc.IMediaDataSource

        close, getSize, readAt
      • Methods inherited from class java.lang.Object

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