mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(travis): Update protocol.md - b526ed4
[skip ci]
This commit is contained in:
@ -1741,7 +1741,7 @@
|
||||
"description": "Audio mixer routing changed on a source.",
|
||||
"return": [
|
||||
"{String} `sourceName` Source name",
|
||||
"{Array<Object>} `routingStatus` Routing status of the source for each audio mixer (array of 6 values)",
|
||||
"{Array<Object>} `mixers` Routing status of the source for each audio mixer (array of 6 values)",
|
||||
"{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"
|
||||
@ -1758,7 +1758,7 @@
|
||||
},
|
||||
{
|
||||
"type": "Array<Object>",
|
||||
"name": "routingStatus",
|
||||
"name": "mixers",
|
||||
"description": "Routing status of the source for each audio mixer (array of 6 values)"
|
||||
},
|
||||
{
|
||||
|
@ -779,7 +779,7 @@ Audio mixer routing changed on a source.
|
||||
| Name | Type | Description |
|
||||
| ---- | :---: | ------------|
|
||||
| `sourceName` | _String_ | Source name |
|
||||
| `routingStatus` | _Array<Object>_ | Routing status of the source for each audio mixer (array of 6 values) |
|
||||
| `mixers` | _Array<Object>_ | Routing status of the source for each audio mixer (array of 6 values) |
|
||||
| `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 |
|
||||
|
Reference in New Issue
Block a user