mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(SourceAudioMixersChanged): fix discrepancy
This commit is contained in:
@ -1042,8 +1042,8 @@ void WSEvents::OnSourceAudioSyncOffsetChanged(void* param, calldata_t* data) {
|
|||||||
*
|
*
|
||||||
* @return {String} `sourceName` Source name
|
* @return {String} `sourceName` Source name
|
||||||
* @return {Array<Object>} `routingStatus` Routing status of the source for each audio mixer (array of 6 values)
|
* @return {Array<Object>} `routingStatus` Routing status of the source for each audio mixer (array of 6 values)
|
||||||
* @return {int} `routingStatus.*.id` Mixer number
|
* @return {int} `mixers.*.id` Mixer number
|
||||||
* @return {boolean} `routingStatus.*.enabled` Routing status
|
* @return {boolean} `mixers.*.enabled` Routing status
|
||||||
* @return {String} `hexMixersValue` Raw mixer flags (little-endian, one bit per mixer) as an hexadecimal value
|
* @return {String} `hexMixersValue` Raw mixer flags (little-endian, one bit per mixer) as an hexadecimal value
|
||||||
*
|
*
|
||||||
* @api events
|
* @api events
|
||||||
|
Reference in New Issue
Block a user