Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The BDA_LockType enumerated type contains values that specify lock types for a signal.
Syntax
typedef enum _BdaLockType {
Bda_LockType_None,
Bda_LockType_PLL,
Bda_LockType_DecoderDemod,
Bda_LockType_Complete
} 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
Requirement | Value |
---|---|
Header | bdamedia.h (include Bdamedia.h) |