-
Notifications
You must be signed in to change notification settings - Fork 247
LoopPlay
xinbaicheng edited this page Apr 13, 2017
·
1 revision
播放器提供循环播放功能,只对点播生效,在直播场景下请勿使用
/**
* 设置播放器是否循环播放
*
* @param looping为TRUE时则循环播放,反之则不
*/
public void setLooping(boolean looping)