Polarisation 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 polarization type.
Syntax
typedef enum Polarisation {
BDA_POLARISATION_NOT_SET = -1,
BDA_POLARISATION_NOT_DEFINED = 0,
BDA_POLARISATION_LINEAR_H = 1,
BDA_POLARISATION_LINEAR_V = 2,
BDA_POLARISATION_CIRCULAR_L = 3,
BDA_POLARISATION_CIRCULAR_R = 4,
BDA_POLARISATION_MAX = 5
} Polarisation;
Constants
-
BDA_POLARISATION_NOT_SET
-
Polarization not set.
-
BDA_POLARISATION_NOT_DEFINED
-
Polarization not defined.
-
BDA_POLARISATION_LINEAR_H
-
Linear horizontal polarization.
-
BDA_POLARISATION_LINEAR_V
-
Linear vertical polarization.
-
BDA_POLARISATION_CIRCULAR_L
-
Circular left polarization.
-
BDA_POLARISATION_CIRCULAR_R
-
Circular right polarization.
-
BDA_POLARISATION_MAX
-
Reserved; do not use.
Requirements
Header |
|