onReset method

  1. @override
void onReset()
override

视频切换时重置内部状态(保持策略活跃)

Called when the video source changes. Reset internal counters/timers while keeping the strategy active.

Implementation

@override
void onReset() {
  // 子类按需重写
}