Table of Contents

Class LVCAudioOutput

Namespace
VisioForge.Core.LiveVideoCompositorV2
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, IDisposable

Inheritance

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

name string

The unique name identifier for this audio output.

compositor LiveVideoCompositor

The live video compositor instance that will manage this output.

mainBlock MediaBlock

The main media block that will handle the audio output sink.

autostart bool

If set to true, the output will start automatically with the main pipeline.

See Also