Table of Contents

Enum DecklinkAnalogOutput

Namespace
VisioForge.Core.Types.Decklink
Assembly
VisioForge.Core.dll

Specifies the analog video output format for Decklink devices.

public enum DecklinkAnalogOutput

Fields

Auto = 0

Automatically selects the appropriate analog output format based on the connected device.

The system will detect the connected device and choose the best available output format. This is the recommended setting for most use cases.

Composite = 1

Composite video output (single RCA/BNC connector).

Composite video combines all video information into a single signal. This is the lowest quality analog video connection but is widely compatible. Typically uses a yellow RCA connector or BNC connector.

Component = 2

Component video output (YPbPr - three separate signals).

Component video separates the video signal into three parts: Y (luminance), Pb (blue color difference), and Pr (red color difference). This provides higher quality than composite or S-Video. Typically uses three RCA connectors (red, green, blue) or three BNC connectors.

SVideo = 3

S-Video output (Y/C - separate luminance and chrominance).

S-Video (Separate Video) splits the video signal into two parts: luminance (Y) and chrominance (C). This provides better quality than composite but not as good as component. Uses a 4-pin mini-DIN connector.

Remarks

This enumeration is used to configure the analog video output type when using Decklink hardware. Different output types support different quality levels and connection types.