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 (ProbablePrime moved page Category:Types:AudioTypeGroup to Types:AudioTypeGroup)
 
(One intermediate revision by one other user not shown)
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 =

Latest revision as of 08:45, 6 September 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