Enum AudioMixingType
Specifies how audio from multiple sources should be mixed.
public enum AudioMixingType
Fields
All = 2Mix all source audios to output
Loop = 3Loop through sources and switch to next one in the list when current one finishes. Make sense for sources with limited duration, eg files.
Single = 1Use single source audio as output
Unspecified = 0Unspecified processing. No sources will be used to generate output.