Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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