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.

Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.