Component:AudioOutputDeviceSelection

From Resonite Wiki
Revision as of 20:38, 10 February 2025 by 989onan (talk | contribs) (add info)


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.

For an updated version, see Component:SettingsDataFeed and read on the concept Data Feeds.

Fields

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.

See Also