m ProbablePrime moved page AudioDeviceIndexFinder (Component) to Component:AudioDeviceIndexFinder: Creating component Namespace |
add info |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
{{Infobox Component | {{Infobox Component | ||
|Image=AudioDeviceIndexFinderComponent.png | |Image=AudioDeviceIndexFinderComponent.png | ||
|Name=Audio Device Index Finder | |Name=Audio Device Index Finder | ||
}} | }} | ||
The '''AudioDeviceIndexFinder''' component only works in user space, and is used to find an audio device by name. | |||
<!--T:2--> | <!--T:2--> | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|DeviceIndex|Int| | |DeviceIndex|Int| The device index if found | ||
|DeviceName|String| | |DeviceName|String| the name to use when looking for a device | ||
|CaseSensitive|Bool| | |CaseSensitive|Bool| Whether the matching with <code>DeviceName</code> is case sensitive | ||
|AllowPartialMatch|Bool| | |AllowPartialMatch|Bool| Whether the matching with <code>DeviceName</code> allows a partial match. | ||
}} | }} | ||
Line 22: | Line 22: | ||
<!--T:4--> | <!--T:4--> | ||
== Examples == | == Examples == | ||
{{stub}} | |||
<!--T:5--> | <!--T:5--> | ||
== | == See Also == | ||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}|Audio Device Index Finder]] | [[Category:Components{{#translation:}}|Audio Device Index Finder]] | ||
[[Category:Components:Audio:Utility{{#translation:}}|Audio Device Index Finder]] | [[Category:Components:Audio:Utility{{#translation:}}|Audio Device Index Finder]] |
Latest revision as of 01:48, 16 December 2024
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
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. |
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.