énumération MF_VIDEO_PROCESSOR_MIRROR (mfidl.h)
Spécifie comment retourner une image vidéo.
Syntax
typedef enum _MF_VIDEO_PROCESSOR_MIRROR {
MIRROR_NONE = 0,
MIRROR_HORIZONTAL = 1,
MIRROR_VERTICAL = 2
} MF_VIDEO_PROCESSOR_MIRROR;
Constantes
MIRROR_NONE Valeur : 0 Ne retournez pas l’image. |
MIRROR_HORIZONTAL Valeur : 1 Retournez l’image horizontalement. |
MIRROR_VERTICAL Valeur : 2 Retournez l’image verticalement. |
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
En-tête | mfidl.h |