# AudioMixerUpdateMode

> The mode in which an AudioMixer should update its time.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.Audio](/engine/6000.5/script-reference/unityengine/audio.md)
* **Assembly:** UnityEngine.AudioModule

```csharp
public enum AudioMixerUpdateMode
```

## Remarks

Use this with AudioMixer.updateMode to define how the AudioMixer time is updated.

## Fields

| Value                                                                                                  | Description                                   |
| ------------------------------------------------------------------------------------------------------ | --------------------------------------------- |
| [Normal](/engine/6000.5/script-reference/unityengine/audio/audiomixerupdatemode/normal.md)             | Update the AudioMixer with scaled game time.  |
| [UnscaledTime](/engine/6000.5/script-reference/unityengine/audio/audiomixerupdatemode/unscaledtime.md) | Update the AudioMixer with unscaled realtime. |
