Skip to content

screenShot

xinbaicheng edited this page Jul 21, 2016 · 1 revision

接口定义

/**
 * @return Bitmap 返回值为Bitmap
 */
public Bitmap getScreenShot()

使用场景

在播放视频时即可调用

使用示例

KSYMediaPlayer ksyMediaPlayer;

Bitmap bitmap = ksyMediaPlayer.getScreenShot();
Clone this wiki locally