示例#1
0
 public void resetChannel() {
   if (atracChannel == null) {
     return;
   }
   atracChannel.reset();
 }