mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(travis): Update protocol.md - 0057744 [skip ci]
This commit is contained in:
parent
0057744e57
commit
1ec69cbc0d
@ -1723,7 +1723,7 @@
|
||||
"{String} `hexMixersValue` Raw mixer flags (little-endian, one bit per mixer) as an hexadecimal value"
|
||||
],
|
||||
"api": "events",
|
||||
"name": "OnSourceAudioMixersChanged",
|
||||
"name": "SourceAudioMixersChanged",
|
||||
"category": "sources",
|
||||
"since": "4.6.0",
|
||||
"returns": [
|
||||
@ -1756,7 +1756,7 @@
|
||||
"names": [
|
||||
{
|
||||
"name": "",
|
||||
"description": "OnSourceAudioMixersChanged"
|
||||
"description": "SourceAudioMixersChanged"
|
||||
}
|
||||
],
|
||||
"categories": [
|
||||
@ -1773,7 +1773,7 @@
|
||||
],
|
||||
"heading": {
|
||||
"level": 2,
|
||||
"text": "OnSourceAudioMixersChanged"
|
||||
"text": "SourceAudioMixersChanged"
|
||||
},
|
||||
"lead": "",
|
||||
"type": "class",
|
||||
|
@ -87,7 +87,7 @@ auth_response = base64_encode(auth_response_hash)
|
||||
+ [SourceVolumeChanged](#sourcevolumechanged)
|
||||
+ [SourceMuteStateChanged](#sourcemutestatechanged)
|
||||
+ [SourceAudioSyncOffsetChanged](#sourceaudiosyncoffsetchanged)
|
||||
+ [OnSourceAudioMixersChanged](#onsourceaudiomixerschanged)
|
||||
+ [SourceAudioMixersChanged](#sourceaudiomixerschanged)
|
||||
+ [SourceRenamed](#sourcerenamed)
|
||||
+ [SourceFilterAdded](#sourcefilteradded)
|
||||
+ [SourceFilterRemoved](#sourcefilterremoved)
|
||||
@ -761,7 +761,7 @@ The audio sync offset of a source has changed.
|
||||
|
||||
---
|
||||
|
||||
### OnSourceAudioMixersChanged
|
||||
### SourceAudioMixersChanged
|
||||
|
||||
|
||||
- Added in v4.6.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user