Interface MasterRecorder
public interface MasterRecorder
Controls the project's master recording.
-
Method Summary
-
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
-