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.
== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|UseSystemDefault|Bool|
|UseSystemDefault|Bool| Whether or not to use the user's default device on their OS or not.
|DevicePriorities|{{RootFieldType|SyncList`1|[[Type:DevicePriorityEntry|DevicePriorityEntry]]}}|TypeAdv1=true| A list of devices and their priority which is the order to use them in.
|GetDevice()|[[Type:SubsettingGetter|SubsettingGetter]]<[[Type:String|String]]: key>| This returns a setting with the name specified by the methods <code>key</code> input.
Audio Input Device Settings component as seen in the Scene Inspector
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
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.