Microsoft DirectX 8.1 (C++)

DVBSystemType Enumeration

Specifies the type of Digital Video Broadcasting (DVB) system supported in a tuning space.

Syntax

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

Members

DVB_Cable

Indicates a cable DVB system.

DVB_Terrestrial

Indicates a terrestrial DVB system (broadcast antenna).

DVB_Satellite

Indicates a satellite DVB system (DVB-S).

See Also

IDVBTuningSpace::get_SystemType