-
Notifications
You must be signed in to change notification settings - Fork 484
长按快进
changsanjiang edited this page Feb 22, 2020
·
1 revision
- 设置播放器支持长按手势
_player.gestureControl.supportedGestureTypes |= SJPlayerGestureTypeMask_LongPress;
- 设置长按触发时的播放速率
// 这里设置了2.0倍
_player.rateWhenLongPressGestureTriggered = 2.0;
完成以上步骤, 在长按播放界面时, 将会触发加速播放.