AudioTypeHint
Underlying type: byte
Provides hints about the type of audio being played
| Name | Value | Description |
|---|---|---|
| Default | 0 | Infer from the audio asset type. This is the default value and will be used if no hint is provided. |
| SoundEffect | 1 | Force the audio to be treated as a sound effect. |
| Music | 2 | Force the audio to be treated as music. |