@Override
 public void removeAllLiveDanmakus() {
   if (handler != null) {
     handler.removeAllLiveDanmakus();
   }
 }