Component:AudioOutputDeviceSelection

From Resonite Wiki
This page contains changes which are not marked for translation.
This article describes a feature marked as legacy—this usually means there's a newer, better alternative. Legacy features might not be removed but they will not be updated, and the team will not provide any support for them.


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 up-to-date counterpart, 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