提交 9eaaa0e0 编写于 作者: R raymondzheng

ijkplayer-java: modify androidio open

上级 c72a2bc9
......@@ -21,7 +21,7 @@ import java.io.IOException;
@SuppressWarnings("RedundantThrows")
public interface IAndroidIO {
int open() throws IOException;
int open(String url) throws IOException;
int read(byte[] buffer, int size) throws IOException;
long seek(long offset, int whence) throws IOException;
int close() throws IOException;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册