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 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 |