Get Input Information
Get information of a select audio input

Preview
Parameters
Inputrequired
Select
Audio input you want to get information about
Variables
The following variables will be populated after executing this sub-action:
Description | ||
---|---|---|
input.identifier | string | Identifier of the audio input Example: PCM_OUT_01_V_02_SD3 |
input.local.filterBypass | bool | Indicates if filters are bypassed in your own mix |
input.local.muted | bool | Indicator whether your own mix is muted |
input.local.volume | int | Volume level of your own mix Example: 100 |
input.name | string | Name of the audio input Example: Music |
input.stream.filterBypass | bool | Indicates if filters are bypassed in the stream mix |
input.stream.muted | bool | Indicator whether the stream mix is muted |
input.stream.volume | int | Volume level of the stream mix Example: 42 |