Interface LocalAudioTrackExecutor.ReadExecutor

  • Enclosing class:
    LocalAudioTrackExecutor

    public static interface LocalAudioTrackExecutor.ReadExecutor
    Read executor, see method description
    • Method Detail

      • performRead

        void performRead()
                  throws java.lang.Exception
        Reads until interrupted or EOF.
        Throws:
        java.lang.InterruptedException - When interrupted externally (or for seek/stop).
        java.lang.Exception