mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(travis): Update protocol.md - e32fff3 [skip ci]
This commit is contained in:
parent
e32fff3f61
commit
011458d642
docs/generated
@ -1742,8 +1742,8 @@
|
||||
"return": [
|
||||
"{String} `sourceName` Source name",
|
||||
"{Array<Object>} `routingStatus` Routing status of the source for each audio mixer (array of 6 values)",
|
||||
"{int} `routingStatus.*.id` Mixer number",
|
||||
"{boolean} `routingStatus.*.enabled` Routing status",
|
||||
"{int} `mixers.*.id` Mixer number",
|
||||
"{boolean} `mixers.*.enabled` Routing status",
|
||||
"{String} `hexMixersValue` Raw mixer flags (little-endian, one bit per mixer) as an hexadecimal value"
|
||||
],
|
||||
"api": "events",
|
||||
@ -1763,12 +1763,12 @@
|
||||
},
|
||||
{
|
||||
"type": "int",
|
||||
"name": "routingStatus.*.id",
|
||||
"name": "mixers.*.id",
|
||||
"description": "Mixer number"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"name": "routingStatus.*.enabled",
|
||||
"name": "mixers.*.enabled",
|
||||
"description": "Routing status"
|
||||
},
|
||||
{
|
||||
|
@ -780,8 +780,8 @@ Audio mixer routing changed on a source.
|
||||
| ---- | :---: | ------------|
|
||||
| `sourceName` | _String_ | Source name |
|
||||
| `routingStatus` | _Array<Object>_ | Routing status of the source for each audio mixer (array of 6 values) |
|
||||
| `routingStatus.*.id` | _int_ | Mixer number |
|
||||
| `routingStatus.*.enabled` | _boolean_ | Routing status |
|
||||
| `mixers.*.id` | _int_ | Mixer number |
|
||||
| `mixers.*.enabled` | _boolean_ | Routing status |
|
||||
| `hexMixersValue` | _String_ | Raw mixer flags (little-endian, one bit per mixer) as an hexadecimal value |
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user