Share via


MFVideoRotationFormat 列舉 (mfapi.h)

描述以逆時針方向旋轉視訊影像。

Syntax

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

另請參閱

媒體基礎列舉