Enum VideoMixingType
Specifies how video from multiple sources should be mixed.
public enum VideoMixingType
Fields
All = 2Mix all source videos 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 video as output
Unspecified = 0Unspecified processing. No sources will be used to generate output.