-
Notifications
You must be signed in to change notification settings - Fork 246
ApiChangeLog
xinbaicheng edited this page Sep 8, 2016
·
3 revisions
本文档主要记录Android播放SDK不同版本的接口变动情况
- Release Note: https://github.com/ksvc/KSYMediaPlayer_Android/releases/tag/v1.5.1
public void setDecodeMode(KSYDecodeMode mode)
public void setVideoRenderingState(int state)
public void setCodecFlag(int flag)
public void reload(String url, KSYReloadMode mode)
改为
public void reload(String url, boolean flushBuffer, KSYReloadMode mode)