public void PlayingSpeed(int fastTimes)
 {
     _decoder?.PlayingSpeed(fastTimes);
 }