m ProbablePrime moved page AudioOutputDeviceSelection (Component) to Component:AudioOutputDeviceSelection: Creating component Namespace |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Legacy}} | |||
<languages></languages> | <languages></languages> | ||
<translate> | <translate> | ||
Line 7: | Line 8: | ||
|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. | |||
{{UseDataFeeds|SettingsDataFeed}} | |||
<!--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]] |
Latest revision as of 03:03, 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.