-
Notifications
You must be signed in to change notification settings - Fork 246
screenShot
xinbaicheng edited this page Jul 21, 2016
·
1 revision
/**
* @return Bitmap 返回值为Bitmap
*/
public Bitmap getScreenShot()
在播放视频时即可调用
KSYMediaPlayer ksyMediaPlayer;
Bitmap bitmap = ksyMediaPlayer.getScreenShot();