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.
Specifies the hierarchy alpha on a Digital Video Broadcasting-Terrestrial (DVB-T) system.
Syntax
typedef enum HierarchyAlpha {
BDA_HALPHA_NOT_SET = -1,
BDA_HALPHA_NOT_DEFINED = 0,
BDA_HALPHA_1 = 1,
BDA_HALPHA_2 = 2,
BDA_HALPHA_4 = 3,
BDA_HALPHA_MAX = 4
} HierarchyAlpha;
Constants
BDA_HALPHA_NOT_SET
The hierarchy alpha is not set.BDA_HALPHA_NOT_DEFINED
The hierarchy alpha is not defined.BDA_HALPHA_1
The hierarchy alpha is 1.BDA_HALPHA_2
The hierarchy alpha is 2.BDA_HALPHA_4
The hierarchy alpha is 4.BDA_HALPHA_MAX
Reserved; do not use.
Requirements
Header | Declared in Bdatypes.h; include Bdaiface.h. |
See Also
IDVBTLocator::get_HAlpha
Tuning Model Enumerations
Send comments about this topic to Microsoft
Build date: 12/4/2008