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 header information for the per-frame settings payload.
Syntax
typedef struct {
ULONG Size;
ULONG FrameCount;
GUID Id;
ULONGLONG Flags;
ULONG LoopCount;
ULONG Reserved;
} KSCAMERA_PERFRAMESETTING_HEADER, *PKSCAMERA_PERFRAMESETTING_HEADER;
Members
Size
The size of this header, frame headers, item headers, value payloads, custom items, and custom data for all frames.
FrameCount
The number of frame settings in this per-frame settings payload.
Id
Not used.
Flags
Not used.
LoopCount
The number of repeats for this per-frame setting. This is always 1.
Reserved
Reserved for future use.
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h |