MFVideoRotationFormat 枚举 (mfapi.h)
描述视频图像逆时针方向旋转。
语法
typedef enum _MFVideoRotationFormat {
MFVideoRotationFormat_0 = 0,
MFVideoRotationFormat_90 = 90,
MFVideoRotationFormat_180 = 180,
MFVideoRotationFormat_270 = 270
} MFVideoRotationFormat;
常量
MFVideoRotationFormat_0 值: 0 图像未旋转。 |
MFVideoRotationFormat_90 值: 90 图像逆时针旋转 90 度。 |
MFVideoRotationFormat_180 值: 180 图像旋转 180 度。 |
MFVideoRotationFormat_270 值: 270 图像逆时针旋转 270 度。 |
注解
此枚举与 MF_MT_VIDEO_ROTATION 属性一起使用。
要求
最低受支持的客户端 | Windows 8 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2012 [桌面应用 |UWP 应用] |
标头 | mfapi.h |