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.
Represents the bounds settings of the digital window for video capture.
Syntax
typedef struct tagDigitalWindowSetting {
double OriginX;
double OriginY;
double WindowSize;
} DigitalWindowSetting;
Members
OriginX
The x-axis value of the left side of the digital window bounds.
OriginY
The y-axis value of the top side of the digital window bounds.
WindowSize
A value specifying the scale of the digital window bounds.
Remarks
This struct is used with the MF_CAPTURE_METADATA_DIGITALWINDOW attribute.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Header | mfapi.h |