...
Info |
---|
Commands have to end with a null terminator. |
Start Recording
Code Block | ||
---|---|---|
| ||
<requestRecordingWithMetadata channel="" proposedFilename=""><metadata></metadata></requestRecordingWithMetadata> |
The proposedFilename attribute can be used to pass along the given filename, otherwise the selected naming preset will be used.
Split Recording
Code Block | ||
---|---|---|
| ||
<split channel=""></split> |
Stop Recording
Code Block | ||
---|---|---|
| ||
<stopRecordingWithMetadata channel=""><metadata></metadata></stopRecordingWithMetadata> |
...