提交 fc89751a 编写于 作者: Z Zhang Rui

android: fix typo

上级 252d8194
......@@ -928,9 +928,9 @@ public final class IjkMediaPlayer extends AbstractMediaPlayer {
public interface OnNativeInvokeListener {
int ON_CONCAT_RESOLVE_SEGMENT = 0x10000;
int ON_TCP_OPEN = 0x10001;
int ON_ON_HTTP_OPEN = 0x10002;
int ON_ON_HTTP_RETRY = 0x10003;
int ON_ON_LIVE_RETRY = 0x10004;
int ON_HTTP_OPEN = 0x10002;
int ON_HTTP_RETRY = 0x10003;
int ON_LIVE_RETRY = 0x10004;
String ARG_URL = "url";
String ARG_SEGMENT_INDEX = "segment_index";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册