Package 

Class StreamDataSourceProvider

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

    
    public class StreamDataSourceProvider
     implements IMediaDataSource
                        
    • Method Summary

      Modifier and Type Method Description
      int readAt(long position, Array<byte> buffer, int offset, int size)
      long getSize()
      void close()
      • 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
    • Constructor Detail

    • Method Detail

      • readAt

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