Interface LocalAudioTrackExecutor.SeekExecutor

  • Enclosing class:
    LocalAudioTrackExecutor

    public static interface LocalAudioTrackExecutor.SeekExecutor
    Seek executor, see method description
    • Method Detail

      • performSeek

        void performSeek​(long position)
                  throws java.lang.Exception
        Perform a seek to the specified position
        Parameters:
        position - Position in milliseconds
        Throws:
        java.lang.Exception