Skip to content

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() 
Clone this wiki locally