Difference between revisions of "Types:AudioTypeGroup"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "AudioTypeGroup is an Enum which categorizes audio output in an AudioOutput. = Possible Values = {| class="wikitable" ! Value ! Description ! Numer...")
 
m
Line 1: Line 1:
AudioTypeGroup is an Enum which categorizes audio output in an [[AudioOutput (Component)|AudioOutput]].
+
'''AudioTypeGroup''' is an Enum which categorizes audio output in an [[AudioOutput (Component)|AudioOutput]].
  
 
= Possible Values =
 
= Possible Values =

Revision as of 02:45, 25 August 2021

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