Microsoft DirectX 8.0

TunerInputType Enumeration

Enumerated Types

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.