Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains the header information for a per-frame settings item.
Syntax
typedef struct {
ULONG Size;
ULONG Type;
ULONGLONG Flags;
} KSCAMERA_PERFRAMESETTING_ITEM_HEADER, *PKSCAMERA_PERFRAMESETTING_ITEM_HEADER;
Members
Size
The size of this header and the item payload that follows.
Type
This contains a KSCAMERA_PERFRAMESETTING_ITEM_TYPE structure.
Flags
This is any one of the capability flags reported in the KSCAMERA_PERFRAMESETTING_CAP_ITEM_HEADER Flags field.
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h |