MFVideoRotationFormat-Enumeration (mfapi.h)
Beschreibt die Drehung des Videobilds gegen den Uhrzeigersinn.
Syntax
typedef enum _MFVideoRotationFormat {
MFVideoRotationFormat_0 = 0,
MFVideoRotationFormat_90 = 90,
MFVideoRotationFormat_180 = 180,
MFVideoRotationFormat_270 = 270
} MFVideoRotationFormat;
Konstanten
MFVideoRotationFormat_0 Wert: 0 Das Bild wird nicht gedreht. |
MFVideoRotationFormat_90 Wert: 90 Das Bild wird gegen den Uhrzeigersinn um 90 Grad gedreht. |
MFVideoRotationFormat_180 Wert: 180 Das Bild wird um 180 Grad gedreht. |
MFVideoRotationFormat_270 Wert: 270 Das Bild wird gegen den Uhrzeigersinn um 270 Grad gedreht. |
Hinweise
Diese Enumeration wird mit dem attribut MF_MT_VIDEO_ROTATION verwendet.
Anforderungen
Unterstützte Mindestversion (Client) | Windows 8 [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2012 [Desktop-Apps | UWP-Apps] |
Kopfzeile | mfapi.h |