Exemple #1
0
 private void decode(byte[] data)
 {
     if (!running)
     {
         return;
     }
     audioDecoder.decode(data);
 }