public void removeAllLiveDanmakus() {
   if (drawTask != null) {
     drawTask.removeAllLiveDanmakus();
   }
 }