Example #1
0
 public void writeAudioValue(byte value) {
   AudioOut audioOut = this.audioOut;
   if (audioOut != null) audioOut.writeValue(value);
 }