The '''AudioInputDeviceSelection''' component is a Legacy component part of the old settings UI.
{{UseDataFeeds|SettingsDataFeed}}
<!--T:2-->
<!--T:2-->
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|SelectedDeviceIndex|Int|
|SelectedDeviceIndex|Int| The current selected.
|SelectedDeviceName|String|
|SelectedDeviceName|String| The name of the currently selected device.
|UseFilteredData|Bool|
|UseFilteredData|Bool| Whether to filter the incoming audio.
|_deviceButtonRoot|Slot|
|_deviceButtonRoot|Slot| The slot to place device selection buttons.
|_audioStream|LocalAudioDeviceStream|
|_audioStream|'''[[Component:LocalAudioDeviceStream|LocalAudioDeviceStream]]'''|TypeAdv4=true| The audio stream of the currently selected audio device.
|_audioOutput|AudioOutput|
|_audioOutput|'''[[Component:AudioOutput|AudioOutput]]'''|TypeAdv5=true| The audio output being used to preview the audio input device.
|_deviceVolume|VolumeMeter|
|_deviceVolume|'''[[Component:VolumeMeter|VolumeMeter]]'''|TypeAdv6=true| The component being used to analyze the incoming audio of the selected input device and turn it into volume.
|_volumeBar|ProgressBar|
|_volumeBar|'''[[Component:ProgressBar|ProgressBar]]'''|TypeAdv7=true| The bar being used to preview the input audio device volume.