Automated: update Fields |
add info |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
{{Infobox Component | {{Infobox Component | ||
|Image=AudioInputDeviceSelectionComponent.png | |Image=AudioInputDeviceSelectionComponent.png | ||
|Name=Audio Input Device Selection | |Name=Audio Input Device Selection | ||
}} | }} | ||
The '''AudioInputDeviceSelection''' component is a Legacy component part of the old settings UI. | |||
{{Note|For an updated version, see [[Component:SettingsDataFeed]] and read on the concept [[Data Feeds]].|warning}} | |||
<!--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|'''[[Component:LocalAudioDeviceStream|LocalAudioDeviceStream]]'''|TypeAdv4=true| | |_audioStream|'''[[Component:LocalAudioDeviceStream|LocalAudioDeviceStream]]'''|TypeAdv4=true| The audio stream of the currently selected audio device. | ||
|_audioOutput|'''[[Component:AudioOutput|AudioOutput]]'''|TypeAdv5=true| | |_audioOutput|'''[[Component:AudioOutput|AudioOutput]]'''|TypeAdv5=true| The audio output being used to preview the audio input device. | ||
|_deviceVolume|'''[[Component:VolumeMeter|VolumeMeter]]'''|TypeAdv6=true| | |_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|'''[[Component:ProgressBar|ProgressBar]]'''|TypeAdv7=true| | |_volumeBar|'''[[Component:ProgressBar|ProgressBar]]'''|TypeAdv7=true| The bar being used to preview the input audio device volume. | ||
}} | }} | ||
Line 28: | Line 30: | ||
== Examples == | == Examples == | ||
Legacy. | |||
<!--T:5--> | <!--T:5--> | ||
== | == See Also == | ||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}|Audio Input Device Selection]] | [[Category:Components{{#translation:}}|Audio Input Device Selection]] | ||
[[Category:Components:Uncategorized{{#translation:}}|Audio Input Device Selection]] | [[Category:Components:Uncategorized{{#translation:}}|Audio Input Device Selection]] |
Revision as of 21:00, 10 February 2025
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.