Component image 
Audio Input Device Settings component as seen in the Scene Inspector

The AudioInputDeviceSettings Component is used to set the priority order of input devices for the local user. It also can be used to disable priority and use the system default instead.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
UseSystemDefault
|
Bool | Whether or not to use the user's default device on their OS or not. |
DevicePriorities
|
list of DevicePriorityEntry | A list of devices and their priority which is the order to use them in. |
DevicePrioritiesEnabled
|
Bool | Whether the "Use Default Device" setting is turned on or off |
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
GetDevice:SubsettingGetter
|
SubsettingGetter | X | This returns a setting with the name specified by the methods key input.
|
Usage
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Examples
The settings menu