Table of Contents

Enum DecklinkInputStatus

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

Represents the status of a DeckLink input signal. Used to monitor whether a valid video signal is detected on the input port.

public enum DecklinkInputStatus

Fields

None = 0

No signal detected on the input.

Indicates that the input port is not receiving any video signal. This could mean the source device is powered off, disconnected, or the cable connection is faulty.

Present = 1

Valid signal is present and detected on the input.

Indicates that a valid video signal is being received and the input is ready for capture or monitoring. The signal format should match the configured input format for proper operation.

Max = 2

Maximum value for enumeration range checking.

Remarks

This enumeration is crucial for professional video workflows to determine if the input device is receiving a valid signal before attempting capture or pass-through operations. Signal detection helps prevent recording black frames or corrupted data.