Share via


DVBSystemType Enumeration

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 Declared in Bdatypes.h; include Bdaiface.h.

See Also

IDVBTuningSpace::get_SystemType
Tuning Model Enumerations

Send comments about this topic to Microsoft

Build date: 12/4/2008