recording
When the recording state on the device changes or it receives the Request for state synchronization, Director Mini device sends the data of recording task to the receiver.
For how to configure the receiver, please refer to How to use TouchOSC to control Director Mini.
Address
/status/recording [json string]
Arguments
Type | Description | |
---|---|---|
argument 1 | String | The data of recording task |
Example
After receiving Request for state synchronization, Director Mini device sends the data of recording task to the receiver.
/status/recording {"recordStatus":{"recording":true,"timeRecording":"00:02"}}
Name | Type | Description |
---|---|---|
recording | Boolean | Recording state. true: Recording, false: Not recording |
timeRecording | String | The duration of recording task |