Microsoft DirectX 9.0

TunerInputType Enumeration

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

Syntax

typedef enum {
    TunerInputCable,
    TunerInputAntenna
} TunerInputType;

Elements

TunerInputCable

Indicates cable frequency.

TunerInputAntenna

Indicates broadcast antenna frequency.

See Also