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
@ -1742,8 +1742,8 @@
|
|||||||
"return": [
|
"return": [
|
||||||
"{String} `sourceName` Source name",
|
"{String} `sourceName` Source name",
|
||||||
"{Array<Object>} `routingStatus` Routing status of the source for each audio mixer (array of 6 values)",
|
"{Array<Object>} `routingStatus` Routing status of the source for each audio mixer (array of 6 values)",
|
||||||
"{int} `routingStatus.*.id` Mixer number",
|
"{int} `mixers.*.id` Mixer number",
|
||||||
"{boolean} `routingStatus.*.enabled` Routing status",
|
"{boolean} `mixers.*.enabled` Routing status",
|
||||||
"{String} `hexMixersValue` Raw mixer flags (little-endian, one bit per mixer) as an hexadecimal value"
|
"{String} `hexMixersValue` Raw mixer flags (little-endian, one bit per mixer) as an hexadecimal value"
|
||||||
],
|
],
|
||||||
"api": "events",
|
"api": "events",
|
||||||
@ -1763,12 +1763,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"name": "routingStatus.*.id",
|
"name": "mixers.*.id",
|
||||||
"description": "Mixer number"
|
"description": "Mixer number"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"name": "routingStatus.*.enabled",
|
"name": "mixers.*.enabled",
|
||||||
"description": "Routing status"
|
"description": "Routing status"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -780,8 +780,8 @@ Audio mixer routing changed on a source.
|
|||||||
| ---- | :---: | ------------|
|
| ---- | :---: | ------------|
|
||||||
| `sourceName` | _String_ | Source name |
|
| `sourceName` | _String_ | Source name |
|
||||||
| `routingStatus` | _Array<Object>_ | Routing status of the source for each audio mixer (array of 6 values) |
|
| `routingStatus` | _Array<Object>_ | Routing status of the source for each audio mixer (array of 6 values) |
|
||||||
| `routingStatus.*.id` | _int_ | Mixer number |
|
| `mixers.*.id` | _int_ | Mixer number |
|
||||||
| `routingStatus.*.enabled` | _boolean_ | Routing status |
|
| `mixers.*.enabled` | _boolean_ | Routing status |
|
||||||
| `hexMixersValue` | _String_ | Raw mixer flags (little-endian, one bit per mixer) as an hexadecimal value |
|
| `hexMixersValue` | _String_ | Raw mixer flags (little-endian, one bit per mixer) as an hexadecimal value |
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user