KSPROPERTY_BDA_RF_TUNER_CAPS_S structure (bdamedia.h)
This topic describes the KSPROPERTY_BDA_RF_TUNER_CAPS_S structure.
Syntax
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;
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.
Requirements
Requirement | Value |
---|---|
Header | bdamedia.h (include Bdamedia.h) |