-
Notifications
You must be signed in to change notification settings - Fork 246
VideoLagInfomation
xinbaicheng edited this page Sep 8, 2016
·
2 revisions
本文档是介绍可从播放SDK获取的关于卡顿的相关信息
/**
* @return 卡顿次数
*/
public int bufferEmptyCount()
/**
* @return 卡顿总时长,单位:Second
*/
public float bufferEmptyDuration()
/**
* @return 实时解码帧率
*/
public float getVideoDecodeFramesPerSecond()
/**
* @return 实时渲染帧率
*/
public float getVideoOutputFramesPerSecond()