// ksmedia.h
typedef struct {
KSPROPERTY Property;
BOOL AutoDetect;
} KSPROPERTY_TUNER_STANDARD_MODE_S, *PKSPROPERTY_TUNER_STANDARD_MODE_S;
View the official Windows Driver Kit DDI referenceNo description available.
The KSPROPERTY_TUNER_STANDARD_MODE_S structure describes whether the tuning device can identify the tuner standard from the signal itself.
PropertySpecifies an initialized KSPROPERTY structure that describes the property set, property ID, and request type.
AutoDetectA Boolean value that indicates whether the tuning device can automatically detect the tuner standard from the signal. TRUE indicates that the tuning device can automatically detect the tuner standard from the signal. FALSE indicates that the tuning device cannot automatically detect the tuner standard.
KSPROPERTY_TUNER_STANDARD_MODE