Esempio n. 1
0
 public int getChannelPosition() {
   if (atracChannel == null) {
     return -1;
   }
   return (int) atracChannel.getPosition();
 }