GuardInterval Enumeration
Specifies the guard interval on a Digital Video Broadcasting-Terrestrial (DVB-T) system.
Syntax
typedef enum GuardInterval {
BDA_GUARD_NOT_SET = -1,
BDA_GUARD_NOT_DEFINED = 0,
BDA_GUARD_1_32 = 1,
BDA_GUARD_1_16 = 2,
BDA_GUARD_1_8 = 3,
BDA_GUARD_1_4 = 4,
BDA_GUARD_MAX = 5
} GuardInterval;
Constants
BDA_GUARD_NOT_SET
The guard interval is not set.BDA_GUARD_NOT_DEFINED
The guard interval is not defined.BDA_GUARD_1_32
The guard interval is 1/32.BDA_GUARD_1_16
The guard interval is 1/16.BDA_GUARD_1_8
The guard interval is 1/8.BDA_GUARD_1_4
The guard interval is 1/4.BDA_GUARD_MAX
Reserved; do not use.
Requirements
Header | Declared in Bdatypes.h; include Bdaiface.h. |
See Also
IDVBTLocator::get_Guard
Tuning Model Enumerations
Send comments about this topic to Microsoft
Build date: 12/4/2008