Component:AudioDeviceIndexFinder

From Resonite Wiki
This page contains changes which are not marked for translation.
Component image 
Audio Device Index Finder component as seen in the Scene Inspector

The AudioDeviceIndexFinder component only works in user space, and is used to find an audio device by name.

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.
DeviceIndex Int The device index if found
DeviceName String the name to use when looking for a device
CaseSensitive Bool Whether the matching with DeviceName is case sensitive
AllowPartialMatch Bool Whether the matching with DeviceName allows a partial match.

Usage

Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


See Also