KS_TUNER_TUNING_FLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef enum {
  KS_TUNER_TUNING_EXACT,
  KS_TUNER_TUNING_FINE,
  KS_TUNER_TUNING_COARSE
} KS_TUNER_TUNING_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ksmedia-ks_tuner_tuning_flags)

KS_TUNER_TUNING_FLAGS enumeration

Description

The KS_TUNER_TUNING_FLAGS enumeration defines tuning flags that describe the granularity of a tuning operation.

Constants

KS_TUNER_TUNING_EXACT

The tuner should tune directly to the specified frequency and bypass any fine tuning logic.

KS_TUNER_TUNING_FINE

The tuning operation should perform a comprehensive search for the best tuning. This flag is used only if the strategy is KS_TUNER_STRATEGY_DRIVER_TUNES.

KS_TUNER_TUNING_COARSE

The tuning operation should perform a fast search and attempt only to determine if a valid signal is present. This flag is used only if the strategy is KS_TUNER_STRATEGY_DRIVER_TUNES.

See also

KSPROPERTY_TUNER_FREQUENCY_S