mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - 702f88c [skip ci]
This commit is contained in:
parent
702f88cea8
commit
02bcc0ac1b
@ -1980,6 +1980,32 @@
|
|||||||
],
|
],
|
||||||
"responseFields": []
|
"responseFields": []
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "Gets the enable state of all audio tracks of an input.",
|
||||||
|
"requestType": "GetInputAudioTracks",
|
||||||
|
"complexity": 3,
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"responseFields": [
|
||||||
|
{
|
||||||
|
"valueName": "inputAudioTracks",
|
||||||
|
"valueType": "Object",
|
||||||
|
"valueDescription": "Object of audio tracks and associated enable states"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"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",
|
||||||
@ -3794,8 +3820,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"valueName": "inputAudioTracks",
|
"valueName": "inputAudioTracks",
|
||||||
"valueType": "Array<Boolean>",
|
"valueType": "Object",
|
||||||
"valueDescription": "Array of audio tracks along with their associated enable states"
|
"valueDescription": "Object of audio tracks along with their associated enable states"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -1717,7 +1717,7 @@ The audio tracks of an input have changed.
|
|||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
| ---- | :---: | ----------- |
|
| ---- | :---: | ----------- |
|
||||||
| inputName | String | Name of the input |
|
| inputName | String | Name of the input |
|
||||||
| inputAudioTracks | Array<Boolean> | Array of audio tracks along with their associated enable states |
|
| inputAudioTracks | Object | Object of audio tracks along with their associated enable states |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -2092,6 +2092,7 @@ Studio mode has been enabled or disabled.
|
|||||||
- [SetInputAudioSyncOffset](#setinputaudiosyncoffset)
|
- [SetInputAudioSyncOffset](#setinputaudiosyncoffset)
|
||||||
- [GetInputAudioMonitorType](#getinputaudiomonitortype)
|
- [GetInputAudioMonitorType](#getinputaudiomonitortype)
|
||||||
- [SetInputAudioMonitorType](#setinputaudiomonitortype)
|
- [SetInputAudioMonitorType](#setinputaudiomonitortype)
|
||||||
|
- [GetInputAudioTracks](#getinputaudiotracks)
|
||||||
- [GetInputPropertiesListPropertyItems](#getinputpropertieslistpropertyitems)
|
- [GetInputPropertiesListPropertyItems](#getinputpropertieslistpropertyitems)
|
||||||
- [PressInputPropertiesButton](#pressinputpropertiesbutton)
|
- [PressInputPropertiesButton](#pressinputpropertiesbutton)
|
||||||
- [Transitions](#transitions)
|
- [Transitions](#transitions)
|
||||||
@ -3302,6 +3303,30 @@ Sets the audio monitor type of an input.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### GetInputAudioTracks
|
||||||
|
|
||||||
|
Gets the enable state of all audio tracks of an input.
|
||||||
|
|
||||||
|
- Complexity Rating: `3/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 |
|
||||||
|
|
||||||
|
|
||||||
|
**Response Fields:**
|
||||||
|
|
||||||
|
| Name | Type | Description |
|
||||||
|
| ---- | :---: | ----------- |
|
||||||
|
| inputAudioTracks | Object | Object of audio tracks and associated enable states |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user