Microsoft DirectX 9.0 |
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-c).
DVB_Terrestrial
Indicates a terrestrial DVB system (DVB-T).
DVB_Satellite
Indicates a satellite DVB system (DVB-S).
See Also