BDA_LockType - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// bdamedia.h

typedef enum _BdaLockType {
  Bda_LockType_None,
  Bda_LockType_PLL,
  Bda_LockType_DecoderDemod,
  Bda_LockType_Complete
} BDA_LockType;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-bdamedia-_bdalocktype)

_BdaLockType enumeration

Description

The BDA_LockType enumerated type contains values that specify lock types for a signal.

Constants

Bda_LockType_None

The driver does not support any lock types.

Bda_LockType_PLL

The driver supports a phase-lock-loop (PLL) lock.

Bda_LockType_DecoderDemod

The driver supports a decoder-demodulator lock.

Bda_LockType_Complete

To be supplied.

See also

KSPROPERTY_BDA_SIGNAL_LOCK_CAPS

KSPROPERTY_BDA_SIGNAL_LOCK_TYPE