docs(SourceAudioMixersChanged): fix discrepancy

This commit is contained in:
Stéphane Lepin 2019-06-16 16:14:26 +02:00
parent e5be6b96fb
commit e32fff3f61

View File

@ -1042,8 +1042,8 @@ void WSEvents::OnSourceAudioSyncOffsetChanged(void* param, calldata_t* data) {
*
* @return {String} `sourceName` Source name
* @return {Array<Object>} `routingStatus` Routing status of the source for each audio mixer (array of 6 values)
* @return {int} `routingStatus.*.id` Mixer number
* @return {boolean} `routingStatus.*.enabled` Routing status
* @return {int} `mixers.*.id` Mixer number
* @return {boolean} `mixers.*.enabled` Routing status
* @return {String} `hexMixersValue` Raw mixer flags (little-endian, one bit per mixer) as an hexadecimal value
*
* @api events