Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Commands have to end with a null terminator.

Start Recording

Code Block
languagexml
<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
languagexml
<split channel=""></split>

Stop Recording

Code Block
languagexml
<stopRecordingWithMetadata channel=""><metadata></metadata></stopRecordingWithMetadata>

...