Skip to content

bufferTimeMax

xinbaicheng edited this page May 31, 2016 · 11 revisions

接口定义

/**
 * @param bufferTimeSecond 播放器在直播场景下缓冲的最大阈值,单位为秒
 */
public void setBufferTimeMax(float bufferTimeSecond)

使用场景

在播放直播视频时,可调用该接口,该阈值亦为直播追赶的阈值

使用示例

KSYMediaPlayer ksyMediaPlayer;

ksyMediaPlayer.setBufferTimeMax(5.0f);

ksyMediaPlayer.prepareAsync();
Clone this wiki locally