mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update protocol.md - 98db248 [skip ci]
This commit is contained in:
parent
98db248776
commit
ff21f5b357
@ -6870,6 +6870,7 @@
|
||||
"name": "GetBrowserSourceProperties",
|
||||
"category": "sources",
|
||||
"since": "4.1.0",
|
||||
"deprecated": "Since 4.8.0. Prefer the use of GetSourceSettings.",
|
||||
"returns": [
|
||||
{
|
||||
"type": "String",
|
||||
@ -6942,6 +6943,12 @@
|
||||
"description": "4.1.0"
|
||||
}
|
||||
],
|
||||
"deprecateds": [
|
||||
{
|
||||
"name": "",
|
||||
"description": "Since 4.8.0. Prefer the use of GetSourceSettings."
|
||||
}
|
||||
],
|
||||
"heading": {
|
||||
"level": 2,
|
||||
"text": "GetBrowserSourceProperties"
|
||||
@ -6968,6 +6975,7 @@
|
||||
"api": "requests",
|
||||
"name": "SetBrowserSourceProperties",
|
||||
"category": "sources",
|
||||
"deprecated": "Since 4.8.0. Prefer the use of SetSourceSettings.",
|
||||
"since": "4.1.0",
|
||||
"params": [
|
||||
{
|
||||
@ -7033,6 +7041,12 @@
|
||||
"description": "sources"
|
||||
}
|
||||
],
|
||||
"deprecateds": [
|
||||
{
|
||||
"name": "",
|
||||
"description": "Since 4.8.0. Prefer the use of SetSourceSettings."
|
||||
}
|
||||
],
|
||||
"sinces": [
|
||||
{
|
||||
"name": "",
|
||||
|
@ -2643,6 +2643,7 @@ _No additional response items._
|
||||
|
||||
### GetBrowserSourceProperties
|
||||
|
||||
- **⚠️ Deprecated. Since 4.8.0. Prefer the use of GetSourceSettings. ⚠️**
|
||||
|
||||
- Added in v4.1.0
|
||||
|
||||
@ -2674,6 +2675,7 @@ Get current properties for a Browser Source.
|
||||
|
||||
### SetBrowserSourceProperties
|
||||
|
||||
- **⚠️ Deprecated. Since 4.8.0. Prefer the use of SetSourceSettings. ⚠️**
|
||||
|
||||
- Added in v4.1.0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user