VideoOrientation
VideoOrientation
VideoOrientation
VideoOrientation
Enum
Definition
Indicates how to rotate the video to display it correctly.
public : enum class VideoOrientationpublic enum VideoOrientationPublic Enum VideoOrientation// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Normal Normal Normal Normal | No rotation needed. The video can be displayed using its current orientation. |
| Rotate180 Rotate180 Rotate180 Rotate180 | Rotate the video counter-clockwise 180 degrees. |
| Rotate270 Rotate270 Rotate270 Rotate270 | Rotate the video counter-clockwise 270 degrees. |
| Rotate90 Rotate90 Rotate90 Rotate90 | Rotate the video 90 degrees. |