Interface MasterRecorder


public interface MasterRecorder
Controls the project's master recording.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the master recording duration in milliseconds.
    Value that indicates if the master recording is active.
    void
    Starts the master recording.
    void
    Stops the master recording.
    void
    Toggles the master recording.
  • Method Details

    • isActive

      BooleanValue isActive()
      Value that indicates if the master recording is active.
      Since:
      API version 20
    • start

      void start()
      Starts the master recording.
      Since:
      API version 20
    • stop

      void stop()
      Stops the master recording.
      Since:
      API version 20
    • toggle

      void toggle()
      Toggles the master recording.
      Since:
      API version 20
    • duration

      IntegerValue duration()
      Get the master recording duration in milliseconds. Only relevant when master recording is active.
      Since:
      API version 20