提交 9706a82d 编写于 作者: G guoshuyu

修改注释

上级 05832e9d
...@@ -584,9 +584,10 @@ public abstract class GSYVideoBaseManager implements IMediaPlayer.OnPreparedList ...@@ -584,9 +584,10 @@ public abstract class GSYVideoBaseManager implements IMediaPlayer.OnPreparedList
} }
/** /**
* 设置了视频的播放类型,IJKEXOPLAYER和IJKEXOPLAYER2是互斥的 * 设置了视频的播放类型
* GSYVideoType IJKPLAYER = 0 or IJKEXOPLAYER = 1 or IJKEXOPLAYER2 = 2; * IJKPLAYER = 0; 默认IJK
* IJKEXOPLAYER2 must be compile com.shuyu:gsyVideoPlayer-exo2:$gsyVideoVersion * IJKEXOPLAYER2 = 2;EXOPlayer2 (最好配合GSYVideoType.SUFRACE)
* SYSTEMPLAYER = 4;系统播放器 (最好配合GSYVideoType.SUFRACE)
*/ */
public void setVideoType(Context context, int videoType) { public void setVideoType(Context context, int videoType) {
this.context = context.getApplicationContext(); this.context = context.getApplicationContext();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册