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 アプリ] |
Header | mfapi.h |