LNB_Source enumeration
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
Specifies the Digital Satellite Equipment Control (DiSeqC) Low Noise Blocker (LNB) input source. This type is used by Digital Video Broadcast-Satellite version 2 (DBS2) tuner devices that support the IDVBSLocator2 interface.
Syntax
typedef enum {
BDA_LNB_SOURCE_NOT_SET = -1,
BDA_LNB_SOURCE_NOT_DEFINED = 0,
BDA_LNB_SOURCE_A = 1,
BDA_LNB_SOURCE_B = 2,
BDA_LNB_SOURCE_C = 3,
BDA_LNB_SOURCE_D = 4,
BDA_LNB_SOURCE_MAX = 5
} LNB_Source;
Constants
-
BDA_LNB_SOURCE_NOT_SET
-
Source input value can be any predefined value, but the caller does not explicitly set it.
-
BDA_LNB_SOURCE_NOT_DEFINED
-
Source input value is not one of the legal predefined values.
-
BDA_LNB_SOURCE_A
-
Input source A.
-
BDA_LNB_SOURCE_B
-
Input source B.
-
BDA_LNB_SOURCE_C
-
Input source C.
-
BDA_LNB_SOURCE_D
-
Input source D.
-
BDA_LNB_SOURCE_MAX
-
Maximum legal value for the input source.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
None supported |
Header |
|