KSCAMERA_PERFRAMESETTING_FRAME_HEADER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-kscamera_perframesetting_frame_header)

KSCAMERA_PERFRAMESETTING_FRAME_HEADER structure

Description

This structure contains the header information for a frame in a per-frame settings payload.

Members

Size

The size of this header, all the item headers, value payloads, custom items, and custom data for this frame.

Id

The frame ID in the range of 0 and KSCAMERA_PERFRAMESETTING_HEADER.FrameCount - 1.

ItemCount

The number of item settings for this frame. The value 0 indicates using global settings for this frame.

Reserved

Reserved for future use.