TunerInputType enumeration (strmif.h)

Specifies the frequency of a TV tuner (cable or antenna).

Syntax

typedef enum tagTunerInputType {
  TunerInputCable = 0,
  TunerInputAntenna
} TunerInputType;

Constants

 
TunerInputCable
Value: 0
Indicates cable frequency.
TunerInputAntenna
Indicates broadcast antenna frequency.

Requirements

   
Header strmif.h (include Dshow.h)

See also

DirectShow Enumerated Types