// ksmedia.h
typedef struct tagKSCAMERA_EXTENDEDPROP_PHOTOMODE {
ULONG RequestedHistoryFrames;
ULONG MaxHistoryFrames;
ULONG SubMode;
ULONG Reserved;
} KSCAMERA_EXTENDEDPROP_PHOTOMODE, *PKSCAMERA_EXTENDEDPROP_PHOTOMODE;
View the official Windows Driver Kit DDI referenceNo description available.
The KSCAMERA_EXTENDEDPROP_PHOTOMODE structure contains the property data for the history frame counts in photo mode. This structure is used when setting or retrieving the data for the KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOMODE extended control property.
RequestedHistoryFramesThe number of history frames to reserve by the driver. The value of RequestedHistoryFrames <= MaxHistoryFrames.
MaxHistoryFramesMaximum number of history frames supported by the driver.
SubModeNot used. Set to 0.
ReservedReserved. Set to 0.
KSPROPERTY_CAMERACONTROL_EXTENDED_PHOTOMODE