Share via


GuardInterval 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 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
Bdatypes.h (include Bdaiface.h)

See also

IDVBTLocator::get_Guard

Tuning Model Enumerations