Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |