mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - 12c6527
[skip ci]
This commit is contained in:
parent
12c6527442
commit
3a96b585ce
@ -3317,6 +3317,66 @@
|
||||
}
|
||||
],
|
||||
"responseFields": []
|
||||
},
|
||||
{
|
||||
"description": "Opens the properties dialog of an input.",
|
||||
"requestType": "OpenInputPropertiesDialog",
|
||||
"complexity": 1,
|
||||
"rpcVersion": "1",
|
||||
"deprecated": false,
|
||||
"initialVersion": "5.0.0",
|
||||
"category": "ui",
|
||||
"requestFields": [
|
||||
{
|
||||
"valueName": "inputName",
|
||||
"valueType": "String",
|
||||
"valueDescription": "Name of the input to open the dialog of",
|
||||
"valueRestrictions": null,
|
||||
"valueOptional": false,
|
||||
"valueOptionalBehavior": null
|
||||
}
|
||||
],
|
||||
"responseFields": []
|
||||
},
|
||||
{
|
||||
"description": "Opens the filters dialog of an input.",
|
||||
"requestType": "OpenInputFiltersDialog",
|
||||
"complexity": 1,
|
||||
"rpcVersion": "1",
|
||||
"deprecated": false,
|
||||
"initialVersion": "5.0.0",
|
||||
"category": "ui",
|
||||
"requestFields": [
|
||||
{
|
||||
"valueName": "inputName",
|
||||
"valueType": "String",
|
||||
"valueDescription": "Name of the input to open the dialog of",
|
||||
"valueRestrictions": null,
|
||||
"valueOptional": false,
|
||||
"valueOptionalBehavior": null
|
||||
}
|
||||
],
|
||||
"responseFields": []
|
||||
},
|
||||
{
|
||||
"description": "Opens the interact dialog of an input.",
|
||||
"requestType": "OpenInputInteractDialog",
|
||||
"complexity": 1,
|
||||
"rpcVersion": "1",
|
||||
"deprecated": false,
|
||||
"initialVersion": "5.0.0",
|
||||
"category": "ui",
|
||||
"requestFields": [
|
||||
{
|
||||
"valueName": "inputName",
|
||||
"valueType": "String",
|
||||
"valueDescription": "Name of the input to open the dialog of",
|
||||
"valueRestrictions": null,
|
||||
"valueOptional": false,
|
||||
"valueOptionalBehavior": null
|
||||
}
|
||||
],
|
||||
"responseFields": []
|
||||
}
|
||||
],
|
||||
"events": [
|
||||
|
@ -2117,6 +2117,9 @@ Studio mode has been enabled or disabled.
|
||||
- [Ui](#ui-1)
|
||||
- [GetStudioModeEnabled](#getstudiomodeenabled)
|
||||
- [SetStudioModeEnabled](#setstudiomodeenabled)
|
||||
- [OpenInputPropertiesDialog](#openinputpropertiesdialog)
|
||||
- [OpenInputFiltersDialog](#openinputfiltersdialog)
|
||||
- [OpenInputInteractDialog](#openinputinteractdialog)
|
||||
|
||||
|
||||
|
||||
@ -4026,4 +4029,55 @@ Enables or disables studio mode
|
||||
| ---- | :---: | ----------- | :----------------: | ----------------- |
|
||||
| studioModeEnabled | Boolean | True == Enabled, False == Disabled | None | N/A |
|
||||
|
||||
---
|
||||
|
||||
### OpenInputPropertiesDialog
|
||||
|
||||
Opens the properties dialog of an input.
|
||||
|
||||
- Complexity Rating: `1/5`
|
||||
- Latest Supported RPC Version: `1`
|
||||
- Added in v5.0.0
|
||||
|
||||
|
||||
**Request Fields:**
|
||||
|
||||
| Name | Type | Description | Value Restrictions | ?Default Behavior |
|
||||
| ---- | :---: | ----------- | :----------------: | ----------------- |
|
||||
| inputName | String | Name of the input to open the dialog of | None | N/A |
|
||||
|
||||
---
|
||||
|
||||
### OpenInputFiltersDialog
|
||||
|
||||
Opens the filters dialog of an input.
|
||||
|
||||
- Complexity Rating: `1/5`
|
||||
- Latest Supported RPC Version: `1`
|
||||
- Added in v5.0.0
|
||||
|
||||
|
||||
**Request Fields:**
|
||||
|
||||
| Name | Type | Description | Value Restrictions | ?Default Behavior |
|
||||
| ---- | :---: | ----------- | :----------------: | ----------------- |
|
||||
| inputName | String | Name of the input to open the dialog of | None | N/A |
|
||||
|
||||
---
|
||||
|
||||
### OpenInputInteractDialog
|
||||
|
||||
Opens the interact dialog of an input.
|
||||
|
||||
- Complexity Rating: `1/5`
|
||||
- Latest Supported RPC Version: `1`
|
||||
- Added in v5.0.0
|
||||
|
||||
|
||||
**Request Fields:**
|
||||
|
||||
| Name | Type | Description | Value Restrictions | ?Default Behavior |
|
||||
| ---- | :---: | ----------- | :----------------: | ----------------- |
|
||||
| inputName | String | Name of the input to open the dialog of | None | N/A |
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user