|  add info | Hemisputnik (talk | contribs) mNo edit summary | ||
| Line 9: | Line 9: | ||
| The '''AudioOutputDeviceSelection''' component is a Legacy component that was used to change the audio output settings. | The '''AudioOutputDeviceSelection''' component is a Legacy component that was used to change the audio output settings. | ||
| {{ | {{UseDataFeeds|SettingsDataFeed}} | ||
| <!--T:2--> | <!--T:2--> | ||
Revision as of 02:56, 7 April 2025
This article or section is a stub. You can help the Resonite wiki by expanding it.
Component image 
Audio Output Device Selection component as seen in the Scene Inspector 

The AudioOutputDeviceSelection component is a Legacy component that was used to change the audio output settings.
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 device index in the list of devices on the user's machine. | 
| SelectedDeviceName | String | The name of the selected device. | 
| _deviceButtonRoot | Slot | The root of the list of buttons to set an audio output device. | 
Usage
Legacy.
Examples
Used in your local space to select your Audio Output Device.
