onReset method
视频切换时重置内部状态(保持策略活跃)
Called when the video source changes. Reset internal counters/timers while keeping the strategy active.
Implementation
@override
void onReset() {
// 子类按需重写
}
视频切换时重置内部状态(保持策略活跃)
Called when the video source changes. Reset internal counters/timers while keeping the strategy active.
@override
void onReset() {
// 子类按需重写
}