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_CAP_ITEM_HEADER, *PKSCAMERA_PERFRAMESETTING_CAP_ITEM_HEADER;
Members
Size
The size of this header and the item payload that follows.
Type
The KSCAMERA_PERFRAMESETTING_ITEM_TYPE.
Flags
This contains the supported capability flags.
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h |