KSCAMERA_EXTENDEDPROP_PHOTOMODE structure (ksmedia.h)
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.
Syntax
typedef struct tagKSCAMERA_EXTENDEDPROP_PHOTOMODE {
ULONG RequestedHistoryFrames;
ULONG MaxHistoryFrames;
ULONG SubMode;
ULONG Reserved;
} KSCAMERA_EXTENDEDPROP_PHOTOMODE, *PKSCAMERA_EXTENDEDPROP_PHOTOMODE;
Members
RequestedHistoryFrames
The number of history frames to reserve by the driver. The value of RequestedHistoryFrames <= MaxHistoryFrames.
MaxHistoryFrames
Maximum number of history frames supported by the driver.
SubMode
Not used. Set to 0.
Reserved
Reserved. Set to 0.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 |
Minimum supported server | Windows Server 2012 R2 |
Header | ksmedia.h (include Ksmedia.h) |