Class LVCAudioOutput
- Assembly
- VisioForge.Core.dll
Represents an audio output for the Live Video Compositor that can receive and render audio streams. This class provides functionality to connect audio sinks and output devices to the compositor pipeline. Implements the VisioForge.Core.LiveVideoCompositor.LVCOutput.
public class LVCAudioOutput : LVCOutput, IDisposableInheritance
Implements
Inherited Members
Constructors
LVCAudioOutput(string, LiveVideoCompositor, MediaBlock, bool)
Initializes a new instance of the VisioForge.Core.LiveVideoCompositorV2.LVCAudioOutput class.
public LVCAudioOutput(string name, LiveVideoCompositor compositor, MediaBlock mainBlock, bool autostart)Parameters
namestring-
The unique name identifier for this audio output.
compositorLiveVideoCompositor-
The live video compositor instance that will manage this output.
mainBlockMediaBlock-
The main media block that will handle the audio output sink.
autostartbool-
If set to
true, the output will start automatically with the main pipeline.