| m ProbablePrime moved page AudioOutputDeviceSelection (Component) to Component:AudioOutputDeviceSelection: Creating component Namespace |  add info | ||
| Line 7: | Line 7: | ||
| |Name=Audio Output Device Selection | |Name=Audio Output Device Selection | ||
| }} | }} | ||
| The '''AudioOutputDeviceSelection''' component is a Legacy component that was used to change the audio output settings. | |||
| {{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 device index in the list of devices on the user's machine. | ||
| |SelectedDeviceName|String| | |SelectedDeviceName|String| The name of the selected device. | ||
| |_deviceButtonRoot|Slot| | |_deviceButtonRoot|Slot| The root of the list of buttons to set an audio output device.  | ||
| }} | }} | ||
| <!--T:3--> | <!--T:3--> | ||
| == Usage == | == Usage == | ||
| Legacy. | |||
| == Examples == | |||
| Used in your local space to select your Audio Output Device. | Used in your local space to select your Audio Output Device. | ||
| <!--T:5--> | <!--T:5--> | ||
| ==  | == See Also == | ||
| </translate> | </translate> | ||
| [[Category:Components{{#translation:}}|Audio Output Device Selection]] | [[Category:Components{{#translation:}}|Audio Output Device Selection]] | ||
| [[Category:Components:Uncategorized{{#translation:}}|Audio Output Device Selection]] | [[Category:Components:Uncategorized{{#translation:}}|Audio Output Device Selection]] | ||
Revision as of 20:38, 10 February 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.
