PROPSETID_VIDCAP_VIDEODECODER
The PROPSETID_VIDCAP_VIDEODECODER property set controls analog video decoder devices. An analog video decoder converts baseband analog video signals into a digital format such as RGB or YUV.
The KSPROPERTY_VIDCAP_VIDEODECODER enumeration in ksmedia.h specifies the properties of this set.
Support for this property set is optional and should be implemented only by analog video capture devices.
Video capture minidrivers are required to implement the following properties:
KSPROPERTY_VIDEODECODER_STANDARD
KSPROPERTY_VIDEODECODER_STATUS
Video capture minidrivers may optionally implement the following properties:
KSPROPERTY_VIDEODECODER_OUTPUT_ENABLE
KSPROPERTY_VIDEODECODER_VCR_TIMING
DirectShow Interface
The DirectShow IAMAnalogVideoDecoder interface (see the DirectShow documentation in the Microsoft Windows SDK) provides access to the properties of this set.