mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update protocol.md - 5d14cb7 [skip ci]
This commit is contained in:
parent
5d14cb7af8
commit
310c297a36
@ -5420,7 +5420,7 @@
|
|||||||
"{boolean} `active` Whether audio track is active or not."
|
"{boolean} `active` Whether audio track is active or not."
|
||||||
],
|
],
|
||||||
"api": "requests",
|
"api": "requests",
|
||||||
"name": "SetTracks",
|
"name": "SetAudioTracks",
|
||||||
"category": "sources",
|
"category": "sources",
|
||||||
"since": "4.9.1",
|
"since": "4.9.1",
|
||||||
"params": [
|
"params": [
|
||||||
@ -5443,7 +5443,7 @@
|
|||||||
"names": [
|
"names": [
|
||||||
{
|
{
|
||||||
"name": "",
|
"name": "",
|
||||||
"description": "SetTracks"
|
"description": "SetAudioTracks"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
@ -5460,7 +5460,7 @@
|
|||||||
],
|
],
|
||||||
"heading": {
|
"heading": {
|
||||||
"level": 2,
|
"level": 2,
|
||||||
"text": "SetTracks"
|
"text": "SetAudioTracks"
|
||||||
},
|
},
|
||||||
"lead": "",
|
"lead": "",
|
||||||
"type": "class",
|
"type": "class",
|
||||||
@ -5479,7 +5479,7 @@
|
|||||||
"{boolean} `track6`"
|
"{boolean} `track6`"
|
||||||
],
|
],
|
||||||
"api": "requests",
|
"api": "requests",
|
||||||
"name": "GetTracks",
|
"name": "GetAudioTracks",
|
||||||
"category": "sources",
|
"category": "sources",
|
||||||
"since": "4.9.1",
|
"since": "4.9.1",
|
||||||
"returns": [
|
"returns": [
|
||||||
@ -5524,7 +5524,7 @@
|
|||||||
"names": [
|
"names": [
|
||||||
{
|
{
|
||||||
"name": "",
|
"name": "",
|
||||||
"description": "GetTracks"
|
"description": "GetAudioTracks"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
@ -5541,7 +5541,7 @@
|
|||||||
],
|
],
|
||||||
"heading": {
|
"heading": {
|
||||||
"level": 2,
|
"level": 2,
|
||||||
"text": "GetTracks"
|
"text": "GetAudioTracks"
|
||||||
},
|
},
|
||||||
"lead": "",
|
"lead": "",
|
||||||
"type": "class",
|
"type": "class",
|
||||||
|
@ -164,8 +164,8 @@ You can also refer to any of the [client libraries](https://github.com/Palakis/o
|
|||||||
+ [GetSourceTypesList](#getsourcetypeslist)
|
+ [GetSourceTypesList](#getsourcetypeslist)
|
||||||
+ [GetVolume](#getvolume)
|
+ [GetVolume](#getvolume)
|
||||||
+ [SetVolume](#setvolume)
|
+ [SetVolume](#setvolume)
|
||||||
+ [SetTracks](#settracks)
|
+ [SetAudioTracks](#setaudiotracks)
|
||||||
+ [GetTracks](#gettracks)
|
+ [GetAudioTracks](#getaudiotracks)
|
||||||
+ [GetMute](#getmute)
|
+ [GetMute](#getmute)
|
||||||
+ [SetMute](#setmute)
|
+ [SetMute](#setmute)
|
||||||
+ [ToggleMute](#togglemute)
|
+ [ToggleMute](#togglemute)
|
||||||
@ -2213,7 +2213,7 @@ _No additional response items._
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### SetTracks
|
### SetAudioTracks
|
||||||
|
|
||||||
|
|
||||||
- Added in v4.9.1
|
- Added in v4.9.1
|
||||||
@ -2235,7 +2235,7 @@ _No additional response items._
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### GetTracks
|
### GetAudioTracks
|
||||||
|
|
||||||
|
|
||||||
- Added in v4.9.1
|
- Added in v4.9.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user