Ejemplo n.º 1
0
 @SuppressWarnings("unused")
 private void onFlushAudioBuffer() {
   audioBufferStatus = AudioBufferStatus.FLUSHING;
   enabledAudioWidgets(false);
   btnFlushAudioBuffer.setText(Strings.btnRenderAudioBufferFlushing);
   parent.flushAudioBuffer(false);
 }