Table of Contents

Enum LVCMixerType

Namespace
VisioForge.Core.LiveVideoCompositorV2
Assembly
VisioForge.Core.dll

Defines the rendering backend types available for video mixing in the Live Video Compositor. Different backends offer various performance characteristics and platform compatibility.

public enum LVCMixerType

Fields

CPU = 0

Software-based CPU rendering for maximum compatibility but lower performance.

OpenGL = 1

Hardware-accelerated rendering using OpenGL for cross-platform GPU acceleration.