Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration contains the property IDs defined for the per-frame property set.
Syntax
typedef enum {
KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_CAPABILITY,
KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_SET,
KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_CLEAR
} KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_PROPERTY;
Constants
KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_CAPABILITY This is used to query the driver’s per-frame settings capabilities. |
KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_SET This is used to configure the per-frame settings. |
KSPROPERTY_CAMERACONTROL_PERFRAMESETTING_CLEAR This is used to clear the per-frame settings previously configured. |
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h |