KSPROPERTY_TUNER_SCAN_CAPS
The KSPROPERTY_TUNER_SCAN_CAPS property describes the scanning capabilities of the tuning device, including the network types that the device supports. This property must be implemented for an AVStream tuning minidriver that runs on Windows Vista and later.
Usage Summary Table
Get | Set | Target | Property descriptor type | Property value type |
---|---|---|---|---|
Yes |
No |
Pin |
KSPROPERTY_TUNER_SCAN_CAPS_S |
The property value (operation data) is a KSPROPERTY_TUNER_SCAN_CAPS_S structure that specifies the supported network types and whether the driver or firmware for the tuning device can support hardware-assisted scanning operations.
Remarks
The driver should return at least one of the following GUIDs for the network types that it supports. These GUIDs are defined in Bdamedia.h and should be referenced from Bdamedia.h. For more information about these GUIDs, see Broadcast Network Type GUIDs.
DIGITAL_CABLE_NETWORK_TYPE
ANALOG_TV_NETWORK_TYPE
ANALOG_AUXIN_NETWORK_TYPE
ANALOG_FM_NETWORK_TYPE
Requirements
Version |
Available in Windows Vista and later versions of the operating system. |
Header |
Ksmedia.h (include Ksmedia.h) |