DVBSystemType 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 type of Digital Video Broadcasting (DVB) system supported in a tuning space.

Syntax

typedef enum DVBSystemType { 
  DVB_Cable        = 0,
  DVB_Terrestrial  = 1,
  DVB_Satellite    = 2
} DVBSystemType;

Constants

DVB_Cable

Indicates a cable DVB system (DVB-c).

DVB_Terrestrial

Indicates a terrestrial DVB system (DVB-T).

DVB_Satellite

Indicates a satellite DVB system (DVB-S).

Requirements

Header
Bdatypes.h (include Bdaiface.h)

See also

IDVBTuningSpace::get_SystemType

Tuning Model Enumerations