Component:AudioInputDeviceSelection
The AudioInputDeviceSelection component is a Legacy component part of the old settings UI.
More actions
(Redirected from AudioInputDeviceSelection (Component))
Component image 
Audio Input Device Selection component as seen in the Scene Inspector

The AudioInputDeviceSelection component is a Legacy component part of the old settings UI.
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. |
SelectedDeviceIndex
|
Int | The current selected. |
SelectedDeviceName
|
String | The name of the currently selected device. |
UseFilteredData
|
Bool | Whether to filter the incoming audio. |
_deviceButtonRoot
|
Slot | The slot to place device selection buttons. |
_audioStream
|
LocalAudioDeviceStream | The audio stream of the currently selected audio device. |
_audioOutput
|
AudioOutput | The audio output being used to preview the audio input device. |
_deviceVolume
|
VolumeMeter | The component being used to analyze the incoming audio of the selected input device and turn it into volume. |
_volumeBar
|
ProgressBar | The bar being used to preview the input audio device volume. |
Usage
Used in your Local Space settings to select your Audio Input device.
Examples
Legacy.