pull/123/head
FongMi 3 years ago
parent d653b56116
commit 114aa3bebe
  1. 1
      ijkplayer/src/main/java/tv/danmaku/ijk/media/player/misc/IMediaDataSource.java

@ -21,6 +21,7 @@ import java.io.IOException;
@SuppressWarnings("RedundantThrows") @SuppressWarnings("RedundantThrows")
public interface IMediaDataSource { public interface IMediaDataSource {
int readAt(long position, byte[] buffer, int offset, int size) throws IOException; int readAt(long position, byte[] buffer, int offset, int size) throws IOException;
long getSize() throws IOException; long getSize() throws IOException;

Loading…
Cancel
Save