KSCAMERA_PERFRAMESETTING_CAP_HEADER structure (ksmedia.h)

This structure contains the header information for the per frame settings capabilities.

Syntax

typedef struct {
  ULONG     Size;
  ULONG     ItemCount;
  ULONGLONG Flags;
} KSCAMERA_PERFRAMESETTING_CAP_HEADER, *PKSCAMERA_PERFRAMESETTING_CAP_HEADER;

Members

Size

The size of the entire capability payload, including this header, all the item headers, and the item payloads that follow.

ItemCount

The number of capability items.

Flags

Not used.

Requirements

Requirement Value
Header ksmedia.h