Add some info, format |
not a stub anymore |
||
Line 3: | Line 3: | ||
|Name=Audio Input Device Settings | |Name=Audio Input Device Settings | ||
}} | }} | ||
The '''AudioInputDeviceSettings''' Component is used to set the priority order of input devices for the local user. It also can be used to disable priority and use the system default instead. | The '''AudioInputDeviceSettings''' Component is used to set the priority order of input devices for the local user. It also can be used to disable priority and use the system default instead. | ||
Line 10: | Line 9: | ||
|UseSystemDefault|Bool| Whether or not to use the user's default device on their OS or not. | |UseSystemDefault|Bool| Whether or not to use the user's default device on their OS or not. | ||
|DevicePriorities|{{RootFieldType|SyncList`1|[[Type:DevicePriorityEntry|DevicePriorityEntry]]}}|TypeAdv1=true| A list of devices and their priority which is the order to use them in. | |DevicePriorities|{{RootFieldType|SyncList`1|[[Type:DevicePriorityEntry|DevicePriorityEntry]]}}|TypeAdv1=true| A list of devices and their priority which is the order to use them in. | ||
|DevicePrioritiesEnabled|Bool| | |DevicePrioritiesEnabled|Bool| Whether the "Use Default Device" setting is turned on or off | ||
}} | }} | ||
Line 19: | Line 18: | ||
== Usage == | == Usage == | ||
{{stub}} | |||
== Examples == | == Examples == | ||
The settings menu | |||
== See Also == | == See Also == | ||
Line 26: | Line 27: | ||
[[Category:Components:Uncategorized{{#translation:}}|Audio Input Device Settings]] | [[Category:Components:Uncategorized{{#translation:}}|Audio Input Device Settings]] | ||
[[Category:Components{{#translation:}}|Audio Input Device Settings]] | [[Category:Components{{#translation:}}|Audio Input Device Settings]] | ||
Latest revision as of 20:54, 13 December 2024
Component image
The AudioInputDeviceSettings Component is used to set the priority order of input devices for the local user. It also can be used to disable priority and use the system default instead.
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. |
UseSystemDefault
|
Bool | Whether or not to use the user's default device on their OS or not. |
DevicePriorities
|
list of DevicePriorityEntry | A list of devices and their priority which is the order to use them in. |
DevicePrioritiesEnabled
|
Bool | Whether the "Use Default Device" setting is turned on or off |
Sync Delegates
Method Name | Method type and Arguments. | Description |
---|---|---|
GetDevice()
|
SubsettingGetter<String: key> | This returns a setting with the name specified by the methods key input.
|
Usage
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Examples
The settings menu