GetConfiguration()
Returns the current configuration of the audio device and system. The values in the struct may then be modified and reapplied via AudioSettings.Reset.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AudioModule
public static AudioConfiguration GetConfiguration()
Returns
Type | Description |
|---|---|
| AudioConfiguration | The new configuration to be applied. |
Remarks
See AudioSettings.Reset for an example.