TunerInputType Enumeration

 
Microsoft DirectShow 9.0

TunerInputType Enumeration

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

Syntax

typedef enum {
    TunerInputCable,
    TunerInputAntenna
} TunerInputType;

Members

TunerInputCable

Indicates cable frequency.

TunerInputAntenna

Indicates broadcast antenna frequency.

Requirements

  Header: Dshow.h

See Also