KS_TUNER_STRATEGY enumeration (ksmedia.h)
The KS_TUNER_STRATEGY enumeration defines tuning method strategies.
Syntax
typedef enum {
KS_TUNER_STRATEGY_PLL,
KS_TUNER_STRATEGY_SIGNAL_STRENGTH,
KS_TUNER_STRATEGY_DRIVER_TUNES
} KS_TUNER_STRATEGY;
Constants
KS_TUNER_STRATEGY_PLL The tuning accuracy for the device is measured by a phase locked loop (PLL) offset. |
KS_TUNER_STRATEGY_SIGNAL_STRENGTH The tuning accuracy for the device is measured by signal strength. |
KS_TUNER_STRATEGY_DRIVER_TUNES The minidriver has total control over the fine tuning process. No fine tuning is done by Kstvtune.ax. |
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h (include Ksmedia.h) |