-
Notifications
You must be signed in to change notification settings - Fork 246
timeout
xinbaicheng edited this page May 31, 2016
·
4 revisions
/**
* @param timeSecond 读取数据超时阈值,单位为秒
*/
public void setTimeout(int timeSecond)
在网络播放
时,调用该接口有效。SDK默认值为30s
须在prepareAsync
之前调用本接口
KSYMediaPlayer ksyMediaPlayer;
ksyMediaPlayer.setTimeout(30);
ksyMediaPlayer.prepareAsync();