mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(travis): Update protocol.md - 701098d [skip ci]
This commit is contained in:
parent
701098d19d
commit
d0ed43a8e5
@ -802,6 +802,7 @@
|
||||
"return": [
|
||||
"{boolean} `streaming` Current streaming state.",
|
||||
"{boolean} `recording` Current recording state.",
|
||||
"{boolean} `replay-buffer-active` Replay Buffer status",
|
||||
"{boolean} `preview-only` Always false (retrocompatibility).",
|
||||
"{int} `bytes-per-sec` Amount of data per second (in bytes) transmitted by the stream encoder.",
|
||||
"{int} `kbits-per-sec` Amount of data per second (in kilobits) transmitted by the stream encoder.",
|
||||
@ -826,6 +827,11 @@
|
||||
"name": "recording",
|
||||
"description": "Current recording state."
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"name": "replay-buffer-active",
|
||||
"description": "Replay Buffer status"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"name": "preview-only",
|
||||
|
@ -469,6 +469,7 @@ Emit every 2 seconds.
|
||||
| ---- | :---: | ------------|
|
||||
| `streaming` | _boolean_ | Current streaming state. |
|
||||
| `recording` | _boolean_ | Current recording state. |
|
||||
| `replay-buffer-active` | _boolean_ | Replay Buffer status |
|
||||
| `preview-only` | _boolean_ | Always false (retrocompatibility). |
|
||||
| `bytes-per-sec` | _int_ | Amount of data per second (in bytes) transmitted by the stream encoder. |
|
||||
| `kbits-per-sec` | _int_ | Amount of data per second (in kilobits) transmitted by the stream encoder. |
|
||||
|
Loading…
x
Reference in New Issue
Block a user