imported>ProbablePrime m ProbablePrime moved page Category:Types:AudioTypeGroup to Types:AudioTypeGroup |
m Fix category |
||
| (One intermediate revision by the same user not shown) | |||
| Line 25: | Line 25: | ||
[[Category:Enums]] | [[Category:Enums]] | ||
[[Category: | [[Category:Type]] | ||
Latest revision as of 21:19, 14 January 2024
AudioTypeGroup is an Enum which categorizes audio output in an AudioOutput.
Possible Values
| Value | Description | Numeric Value |
|---|---|---|
| SoundEffect | Typically a short-lived sound. | 0 |
| Multimedia | Long audio. | 1 |
| Voice | Voice only. | 2 |
| UI | A sound made by a UI. | 3 |