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_NoneThe driver does not support any lock types. |
Bda_LockType_PLLThe driver supports a phase-lock-loop (PLL) lock. |
Bda_LockType_DecoderDemodThe driver supports a decoder-demodulator lock. |
Bda_LockType_CompleteTo be supplied. |
Requirements
| Requirement | Value |
|---|---|
| Header | bdamedia.h (include Bdamedia.h) |