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:
@ -6870,6 +6870,7 @@
|
|||||||
"name": "GetBrowserSourceProperties",
|
"name": "GetBrowserSourceProperties",
|
||||||
"category": "sources",
|
"category": "sources",
|
||||||
"since": "4.1.0",
|
"since": "4.1.0",
|
||||||
|
"deprecated": "Since 4.8.0. Prefer the use of GetSourceSettings.",
|
||||||
"returns": [
|
"returns": [
|
||||||
{
|
{
|
||||||
"type": "String",
|
"type": "String",
|
||||||
@ -6942,6 +6943,12 @@
|
|||||||
"description": "4.1.0"
|
"description": "4.1.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"deprecateds": [
|
||||||
|
{
|
||||||
|
"name": "",
|
||||||
|
"description": "Since 4.8.0. Prefer the use of GetSourceSettings."
|
||||||
|
}
|
||||||
|
],
|
||||||
"heading": {
|
"heading": {
|
||||||
"level": 2,
|
"level": 2,
|
||||||
"text": "GetBrowserSourceProperties"
|
"text": "GetBrowserSourceProperties"
|
||||||
@ -6968,6 +6975,7 @@
|
|||||||
"api": "requests",
|
"api": "requests",
|
||||||
"name": "SetBrowserSourceProperties",
|
"name": "SetBrowserSourceProperties",
|
||||||
"category": "sources",
|
"category": "sources",
|
||||||
|
"deprecated": "Since 4.8.0. Prefer the use of SetSourceSettings.",
|
||||||
"since": "4.1.0",
|
"since": "4.1.0",
|
||||||
"params": [
|
"params": [
|
||||||
{
|
{
|
||||||
@ -7033,6 +7041,12 @@
|
|||||||
"description": "sources"
|
"description": "sources"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"deprecateds": [
|
||||||
|
{
|
||||||
|
"name": "",
|
||||||
|
"description": "Since 4.8.0. Prefer the use of SetSourceSettings."
|
||||||
|
}
|
||||||
|
],
|
||||||
"sinces": [
|
"sinces": [
|
||||||
{
|
{
|
||||||
"name": "",
|
"name": "",
|
||||||
|
@ -2643,6 +2643,7 @@ _No additional response items._
|
|||||||
|
|
||||||
### GetBrowserSourceProperties
|
### GetBrowserSourceProperties
|
||||||
|
|
||||||
|
- **⚠️ Deprecated. Since 4.8.0. Prefer the use of GetSourceSettings. ⚠️**
|
||||||
|
|
||||||
- Added in v4.1.0
|
- Added in v4.1.0
|
||||||
|
|
||||||
@ -2674,6 +2675,7 @@ Get current properties for a Browser Source.
|
|||||||
|
|
||||||
### SetBrowserSourceProperties
|
### SetBrowserSourceProperties
|
||||||
|
|
||||||
|
- **⚠️ Deprecated. Since 4.8.0. Prefer the use of SetSourceSettings. ⚠️**
|
||||||
|
|
||||||
- Added in v4.1.0
|
- Added in v4.1.0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user