PROPSETID_VIDCAP_VIDEOCONTROL

The PROPOSETID_VIDCAP_VIDEOCONTROL property set controls supplemental aspects of video capture operations such as enumerating available frame rates and image orientation. Generally, analog digitizers can support any frame rate request that USB and 1394 conferencing cameras support, but with a limited set of frame rates.

The KSPROPERTY_VIDCAP_VIDEOCONTROL enumeration in ksmedia.h specifies the properties of this set.

Support for this property set is optional and should be implemented only by minidrivers of devices that cannot capture video at arbitrary frame rates.

Video capture minidrivers are required to implement the following properties:

KSPROPERTY_VIDEOCONTROL_CAPS

Video capture minidrivers may optionally implement the following properties:

KSPROPERTY_VIDEOCONTROL_ACTUAL_FRAME_RATE

KSPROPERTY_VIDEOCONTROL_FRAME_RATES

KSPROPERTY_VIDEOCONTROL_MODE

DirectShow Interface

There is no DirectShow interface that provides access to this property set.