mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - 506a916
[skip ci]
This commit is contained in:
@ -1983,7 +1983,7 @@
|
|||||||
{
|
{
|
||||||
"description": "Gets the enable state of all audio tracks of an input.",
|
"description": "Gets the enable state of all audio tracks of an input.",
|
||||||
"requestType": "GetInputAudioTracks",
|
"requestType": "GetInputAudioTracks",
|
||||||
"complexity": 3,
|
"complexity": 2,
|
||||||
"rpcVersion": "1",
|
"rpcVersion": "1",
|
||||||
"deprecated": false,
|
"deprecated": false,
|
||||||
"initialVersion": "5.0.0",
|
"initialVersion": "5.0.0",
|
||||||
@ -2006,6 +2006,34 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "Sets the enable state of audio tracks of an input.",
|
||||||
|
"requestType": "SetInputAudioTracks",
|
||||||
|
"complexity": 2,
|
||||||
|
"rpcVersion": "1",
|
||||||
|
"deprecated": false,
|
||||||
|
"initialVersion": "5.0.0",
|
||||||
|
"category": "inputs",
|
||||||
|
"requestFields": [
|
||||||
|
{
|
||||||
|
"valueName": "inputName",
|
||||||
|
"valueType": "String",
|
||||||
|
"valueDescription": "Name of the input",
|
||||||
|
"valueRestrictions": null,
|
||||||
|
"valueOptional": false,
|
||||||
|
"valueOptionalBehavior": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"valueName": "inputAudioTracks",
|
||||||
|
"valueType": "Object",
|
||||||
|
"valueDescription": "Track settings to apply",
|
||||||
|
"valueRestrictions": null,
|
||||||
|
"valueOptional": false,
|
||||||
|
"valueOptionalBehavior": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"responseFields": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Gets the items of a list property from an input's properties.\n\nNote: Use this in cases where an input provides a dynamic, selectable list of items. For example, display capture, where it provides a list of available displays.",
|
"description": "Gets the items of a list property from an input's properties.\n\nNote: Use this in cases where an input provides a dynamic, selectable list of items. For example, display capture, where it provides a list of available displays.",
|
||||||
"requestType": "GetInputPropertiesListPropertyItems",
|
"requestType": "GetInputPropertiesListPropertyItems",
|
||||||
|
@ -2093,6 +2093,7 @@ Studio mode has been enabled or disabled.
|
|||||||
- [GetInputAudioMonitorType](#getinputaudiomonitortype)
|
- [GetInputAudioMonitorType](#getinputaudiomonitortype)
|
||||||
- [SetInputAudioMonitorType](#setinputaudiomonitortype)
|
- [SetInputAudioMonitorType](#setinputaudiomonitortype)
|
||||||
- [GetInputAudioTracks](#getinputaudiotracks)
|
- [GetInputAudioTracks](#getinputaudiotracks)
|
||||||
|
- [SetInputAudioTracks](#setinputaudiotracks)
|
||||||
- [GetInputPropertiesListPropertyItems](#getinputpropertieslistpropertyitems)
|
- [GetInputPropertiesListPropertyItems](#getinputpropertieslistpropertyitems)
|
||||||
- [PressInputPropertiesButton](#pressinputpropertiesbutton)
|
- [PressInputPropertiesButton](#pressinputpropertiesbutton)
|
||||||
- [Transitions](#transitions)
|
- [Transitions](#transitions)
|
||||||
@ -3307,7 +3308,7 @@ Sets the audio monitor type of an input.
|
|||||||
|
|
||||||
Gets the enable state of all audio tracks of an input.
|
Gets the enable state of all audio tracks of an input.
|
||||||
|
|
||||||
- Complexity Rating: `3/5`
|
- Complexity Rating: `2/5`
|
||||||
- Latest Supported RPC Version: `1`
|
- Latest Supported RPC Version: `1`
|
||||||
- Added in v5.0.0
|
- Added in v5.0.0
|
||||||
|
|
||||||
@ -3327,6 +3328,24 @@ Gets the enable state of all audio tracks of an input.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### SetInputAudioTracks
|
||||||
|
|
||||||
|
Sets the enable state of audio tracks of an input.
|
||||||
|
|
||||||
|
- Complexity Rating: `2/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 | None | N/A |
|
||||||
|
| inputAudioTracks | Object | Track settings to apply | None | N/A |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### GetInputPropertiesListPropertyItems
|
### GetInputPropertiesListPropertyItems
|
||||||
|
|
||||||
Gets the items of a list property from an input's properties.
|
Gets the items of a list property from an input's properties.
|
||||||
|
Reference in New Issue
Block a user