// ksmedia.h
typedef struct {
ULONG Size;
ULONG Id;
ULONG ItemCount;
ULONG Reserved;
} KSCAMERA_PERFRAMESETTING_FRAME_HEADER, *PKSCAMERA_PERFRAMESETTING_FRAME_HEADER;
View the official Windows Driver Kit DDI referenceNo description available.
This structure contains the header information for a frame in a per-frame settings payload.
SizeThe size of this header, all the item headers, value payloads, custom items, and custom data for this frame.
IdThe frame ID in the range of 0 and KSCAMERA_PERFRAMESETTING_HEADER.FrameCount - 1.
ItemCountThe number of item settings for this frame. The value 0 indicates using global settings for this frame.
ReservedReserved for future use.