// ksmedia.h
typedef enum {
KS_TUNER_STRATEGY_PLL,
KS_TUNER_STRATEGY_SIGNAL_STRENGTH,
KS_TUNER_STRATEGY_DRIVER_TUNES
} KS_TUNER_STRATEGY;
View the official Windows Driver Kit DDI referenceNo description available.
The KS_TUNER_STRATEGY enumeration defines tuning method strategies.
KS_TUNER_STRATEGY_PLLThe tuning accuracy for the device is measured by a phase locked loop (PLL) offset.
KS_TUNER_STRATEGY_SIGNAL_STRENGTHThe tuning accuracy for the device is measured by signal strength.
KS_TUNER_STRATEGY_DRIVER_TUNESThe minidriver has total control over the fine tuning process. No fine tuning is done by Kstvtune.ax.