AMTunerModeType Enumeration
Microsoft DirectShow 9.0 |
AMTunerModeType Enumeration
Specifies the frequency of a TV tuner (cable or antenna).
Syntax
typedef enum tagAMTunerModeType { AMTUNER_MODE_DEFAULT = 0x0000, AMTUNER_MODE_TV = 0x0001, AMTUNER_MODE_FM_RADIO = 0x0002, AMTUNER_MODE_AM_RADIO = 0x0004, AMTUNER_MODE_DSS = 0x0008 } AMTunerModeType;
Members
AMTUNER_MODE_DEFAULT
Indicates default tuner mode.
AMTUNER_MODE_TV
Indicates TV tuner mode.
AMTUNER_MODE_FM_RADIO
Indicates FM radio tuner mode.
AMTUNER_MODE_AM_RADIO
Indicates AM radio tuner mode.
AMTUNER_MODE_DSS
Indicates Digital Satellite Service (DSS) tuner mode.
Requirements
Header: Dshow.h
See Also