mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(travis): Update protocol.md - d75523c [skip ci]
This commit is contained in:
parent
d75523c111
commit
06e9e0afab
@ -3001,7 +3001,7 @@
|
|||||||
"{String} `bounds.type` The new bounds type of the source.",
|
"{String} `bounds.type` The new bounds type of the source.",
|
||||||
"{int} `bounds.alignment` The new alignment of the bounding box. (0-2, 4-6, 8-10)",
|
"{int} `bounds.alignment` The new alignment of the bounding box. (0-2, 4-6, 8-10)",
|
||||||
"{double} `bounds.x` The new width of the bounding box.",
|
"{double} `bounds.x` The new width of the bounding box.",
|
||||||
"{double} `bounds.y' The new height of the bounding box."
|
"{double} `bounds.y` The new height of the bounding box."
|
||||||
],
|
],
|
||||||
"api": "requests",
|
"api": "requests",
|
||||||
"name": "SetSceneItemProperties",
|
"name": "SetSceneItemProperties",
|
||||||
@ -3090,8 +3090,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "double",
|
"type": "double",
|
||||||
"name": "",
|
"name": "bounds.y",
|
||||||
"description": "`bounds.y' The new height of the bounding box."
|
"description": "The new height of the bounding box."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"names": [
|
"names": [
|
||||||
@ -3986,7 +3986,7 @@
|
|||||||
"description": "Get settings of the specified source",
|
"description": "Get settings of the specified source",
|
||||||
"param": [
|
"param": [
|
||||||
"{String} `sourceName` Name of the source item.",
|
"{String} `sourceName` Name of the source item.",
|
||||||
"{String (optional) `sourceType` Type of the specified source. Useful for type-checking if you expect a specific settings schema."
|
"{String (optional)} `sourceType` Type of the specified source. Useful for type-checking if you expect a specific settings schema."
|
||||||
],
|
],
|
||||||
"return": [
|
"return": [
|
||||||
"{String} `sourceName` Source name",
|
"{String} `sourceName` Source name",
|
||||||
@ -4021,8 +4021,9 @@
|
|||||||
"description": "Name of the source item."
|
"description": "Name of the source item."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "",
|
"type": "String (optional)",
|
||||||
"description": "{String (optional) `sourceType` Type of the specified source. Useful for type-checking if you expect a specific settings schema."
|
"name": "sourceType",
|
||||||
|
"description": "Type of the specified source. Useful for type-checking if you expect a specific settings schema."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"names": [
|
"names": [
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user