KSPROPERTY_BDA_RF_TUNER_CAPS_S - NtDoc

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

typedef struct {
  KSP_NODE Property;
  ULONG    Mode;
  ULONG    AnalogStandardsSupported;
  ULONG    DigitalStandardsSupported;
  ULONG    MinFrequency;
  ULONG    MaxFrequency;
  ULONG    SettlingTime;
  ULONG    AnalogSensingRange;
  ULONG    DigitalSensingRange;
  ULONG    MilliSecondsPerMHz;
} KSPROPERTY_BDA_RF_TUNER_CAPS_S, *PKSPROPERTY_BDA_RF_TUNER_CAPS_S;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bdamedia-ksproperty_bda_rf_tuner_caps_s)

Description

This topic describes the KSPROPERTY_BDA_RF_TUNER_CAPS_S structure.

Members

Property

Defines the KSP_NODE member Property.

Mode

Defines the ULONG member Mode.

AnalogStandardsSupported

Defines the ULONG member AnalogStandardsSupported.

DigitalStandardsSupported

Defines the ULONG member DigitalStandardsSupported.

MinFrequency

Defines the ULONG member MinFrequency.

MaxFrequency

Defines the ULONG member MaxFrequency.

SettlingTime

Defines the ULONG member SettlingTime.

AnalogSensingRange

Defines the ULONG member AnalogSensingRange.

DigitalSensingRange

Defines the ULONG member DigitalSensingRange.

MilliSecondsPerMHz

Defines the ULONG member MilliSecondsPerMHz.

Remarks

See also