This topic has not yet been rated - Rate this topic

BDA_LockType enumeration

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

Syntax


typedef enum _BdaLockType { 
  Bda_LockType_None          = 0x00,
  Bda_LockType_PLL           = 0x01,
  Bda_LockType_DecoderDemod  = 0x02,
  Bda_LockType_Complete      = 0x80
} BDA_LockType;

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.

Requirements

Header

Bdamedia.h (include Bdamedia.h)

See also

KSPROPERTY_BDA_SIGNAL_LOCK_CAPS
KSPROPERTY_BDA_SIGNAL_LOCK_TYPE

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.