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 |