KSPROPERTY_TUNER_STANDARD_S structure (ksmedia.h)
The KSPROPERTY_TUNER_STANDARD_S structure describe the standard of a TV tuner device, such as PAL, NTSC or SECAM.
Syntax
typedef struct {
KSPROPERTY Property;
ULONG Standard;
} KSPROPERTY_TUNER_STANDARD_S, *PKSPROPERTY_TUNER_STANDARD_S;
Members
Property
Specifies an initialized KSPROPERTY structure that describes the property set, property ID, and request type.
Standard
Describes an analog video standard. This member may be set to one or more (logically ORed) values from the KS_AnalogVideoStandard enumeration.
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h (include Ksmedia.h) |