Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Specifies how to flip a video image.
Syntax
typedef enum _MF_VIDEO_PROCESSOR_MIRROR {
MIRROR_NONE = 0,
MIRROR_HORIZONTAL = 1,
MIRROR_VERTICAL = 2
} MF_VIDEO_PROCESSOR_MIRROR;
Constants
MIRROR_NONEValue: 0 Do not flip the image. |
MIRROR_HORIZONTALValue: 1 Flip the image horizontally. |
MIRROR_VERTICALValue: 2 Flip the image vertically. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | mfidl.h |