Pilot 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 pilot mode for Digital Video Broadcasting - S2 (DVB-S2).
Syntax
typedef enum Pilot {
BDA_PILOT_NOT_SET = -1,
BDA_PILOT_NOT_DEFINED = 0,
BDA_PILOT_OFF = 1,
BDA_PILOT_ON,
BDA_PILOT_MAX
} Pilot;
Constants
-
BDA_PILOT_NOT_SET
-
The pilot mode is not set.
-
BDA_PILOT_NOT_DEFINED
-
The pilot mode is not defined.
-
BDA_PILOT_OFF
-
Pilot off (DVB-S2 only).
-
BDA_PILOT_ON
-
Pilot on (DVB-S2 only).
-
BDA_PILOT_MAX
-
Reserved. Do not use.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
None supported |
Header |
|