TunerInputType enumeration (strmif.h)
Specifies the frequency of a TV tuner (cable or antenna).
Syntax
typedef enum tagTunerInputType {
TunerInputCable = 0,
TunerInputAntenna
} TunerInputType;
Constants
TunerInputCableValue: 0 Indicates cable frequency. |
TunerInputAntennaIndicates broadcast antenna frequency. |
Requirements
| Header | strmif.h (include Dshow.h) |