Package 

Class Recording

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    
    public abstract class Recording
     implements AutoCloseable
                        
    • Method Summary

      Modifier and Type Method Description
      void close()
      abstract Recording start()
      abstract void reset()
      abstract void stop()
      abstract void flush()
      • Methods inherited from class java.lang.AutoCloseable

        close
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait