estructura KSPROPERTY_BDA_RF_TUNER_CAPS_S (bdamedia.h)

En este tema se describe la estructura KSPROPERTY_BDA_RF_TUNER_CAPS_S .

Sintaxis

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;

Miembros

Property

Define la propiedad demiembro KSP_NODE.

Mode

Define el modo de miembro ULONG.

AnalogStandardsSupported

Define el miembro ULONGAnalogStandardsSupported.

DigitalStandardsSupported

Define el miembro ULONGDigitalStandardsSupported.

MinFrequency

Define el miembro ULONGMinFrequency.

MaxFrequency

Define el miembro ULONGMaxFrequency.

SettlingTime

Define el miembro ULONGSettlingTime.

AnalogSensingRange

Define el miembro ULONGAnalogSensingRange.

DigitalSensingRange

Define el miembro ULONGDigitalSensingRange.

MilliSecondsPerMHz

Define el miembro ULONGMilliSecondsPerMHz.

Requisitos

Requisito Valor
Header bdamedia.h (incluya Bdamedia.h)