PROPSETID_TUNER

The PROPSETID_TUNER property set controls devices that support TV or radio tuning. This property set provides support for multistandard video tuners, as well as tuners with multiple inputs.

The KSPROPERTY_TUNER enumeration in ksmedia.h specifies the properties of this set.

Support for this property set is optional and should be implemented only by minidrivers that support TV or radio tuning.

Tuner capture minidrivers are required to implement the following properties:

KSPROPERTY_TUNER_CAPS

KSPROPERTY_TUNER_FREQUENCY

KSPROPERTY_TUNER_INPUT

KSPROPERTY_TUNER_MODE

KSPROPERTY_TUNER_MODE_CAPS

KSPROPERTY_TUNER_SCAN_CAPS new for Windows Vista

KSPROPERTY_TUNER_STANDARD

KSPROPERTY_TUNER_STATUS

Tuner capture minidrivers can optionally implement the following properties:

KSPROPERTY_TUNER_IF_MEDIUM

KSPROPERTY_TUNER_NETWORKTYPE_SCAN_CAPS new for Windows Vista

KSPROPERTY_TUNER_SCAN_STATUS new for Windows Vista

KSPROPERTY_TUNER_STANDARD_MODE new for Windows Vista

DirectShow Interface

The DirectShow IAMTVTuner interface (see the DirectShow documentation in the Microsoft Windows SDK) provides access to the properties of this set.