Table of Contents

Enum AudioMixingType

Namespace
VAST.Image.Mixing
Assembly
VAST.Common.dll

Specifies how audio from multiple sources should be mixed.

public enum AudioMixingType

Fields

All = 2

Mix all source audios to output

Loop = 3

Loop through sources and switch to next one in the list when current one finishes. Make sense for sources with limited duration, eg files.

Single = 1

Use single source audio as output

Unspecified = 0

Unspecified processing. No sources will be used to generate output.