// ksmedia.h
typedef struct {
KSPROPERTY Property;
ULONG Standard;
} KSPROPERTY_TUNER_STANDARD_S, *PKSPROPERTY_TUNER_STANDARD_S;
View the official Windows Driver Kit DDI referenceNo description available.
The KSPROPERTY_TUNER_STANDARD_S structure describe the standard of a TV tuner device, such as PAL, NTSC or SECAM.
PropertySpecifies an initialized KSPROPERTY structure that describes the property set, property ID, and request type.
StandardDescribes an analog video standard. This member may be set to one or more (logically ORed) values from the KS_AnalogVideoStandard enumeration.