Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This structure contains the header information for a frame in a per-frame settings payload.
Syntax
typedef struct {
ULONG Size;
ULONG Id;
ULONG ItemCount;
ULONG Reserved;
} KSCAMERA_PERFRAMESETTING_FRAME_HEADER, *PKSCAMERA_PERFRAMESETTING_FRAME_HEADER;
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.
Requirements
| Requirement | Value |
|---|---|
| Header | ksmedia.h |