// ksmedia.h
typedef struct {
KSPROPERTY Property;
ULONG Value;
} KSPROPERTY_VIDEODECODER_S, *PKSPROPERTY_VIDEODECODER_S;
View the official Windows Driver Kit DDI referenceNo description available.
The KSPROPERTY_VIDEODECODER_S structure describes property settings in the PROPSETID_VIDCAP_VIDEODECODER property set.
PropertySpecifies an initialized KSPROPERTY structure that describes the property set, property ID, and request type.
ValueSpecifies the value of a request. For Set requests, the minidriver should set the property specified in Property to this value. For Get requests, the minidriver should return the value of the property specified in Property.
The KSPROPERTY_VIDEODECODER_S structure is shared among the KSPROPERTY_VIDEODECODER_STANDARD, KSPROPERTY_VIDEODECODER_OUTPUT_ENABLE, and KSPROPERTY_VIDEODECODER_VCR_TIMING properties within the property set.
KSPROPERTY_VIDEODECODER_OUTPUT_ENABLE
KSPROPERTY_VIDEODECODER_STANDARD
KSPROPERTY_VIDEODECODER_VCR_TIMING