-
Notifications
You must be signed in to change notification settings - Fork 246
ApiChangeLog
xinbaicheng edited this page Sep 21, 2016
·
3 revisions
本文档主要记录Android播放SDK不同版本的接口变动情况
类KSYProbeMediaInfo
public Bitmap getVideoThumbnailAtTime(String url, long seekTime, int width, int height)
类KSYMediaPlayer
public void setDeinterlaceMode(KSYDeinterlaceMode mode)
类KSYMediaPlayer
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)