KSPROPERTY_TUNER_STANDARD_MODE_S structure (ksmedia.h)
The KSPROPERTY_TUNER_STANDARD_MODE_S structure describes whether the tuning device can identify the tuner standard from the signal itself.
Syntax
typedef struct {
KSPROPERTY Property;
BOOL AutoDetect;
} KSPROPERTY_TUNER_STANDARD_MODE_S, *PKSPROPERTY_TUNER_STANDARD_MODE_S;
Members
Property
Specifies an initialized KSPROPERTY structure that describes the property set, property ID, and request type.
AutoDetect
A 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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the operating system. |
Header | ksmedia.h (include Ksmedia.h) |