enumerazione MF_VIDEO_PROCESSOR_MIRROR (mfidl.h)
Specifica come scorrere un'immagine video.
Sintassi
typedef enum _MF_VIDEO_PROCESSOR_MIRROR {
MIRROR_NONE = 0,
MIRROR_HORIZONTAL = 1,
MIRROR_VERTICAL = 2
} MF_VIDEO_PROCESSOR_MIRROR;
Costanti
MIRROR_NONE Valore: 0 Non scorrere l'immagine. |
MIRROR_HORIZONTAL Valore: 1 Capovolgi l'immagine orizzontalmente. |
MIRROR_VERTICAL Valore: 2 Capovolgi l'immagine verticalmente. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8 [solo app desktop] |
Server minimo supportato | Windows Server 2012 [solo app desktop] |
Intestazione | mfidl.h |