Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QtVideo Namespace Reference

Enumerations for camera and video functionality. More...

Enumerations

enum class  Rotation { None = 0 , Clockwise90 = 90 , Clockwise180 = 180 , Clockwise270 = 270 }
 

Detailed Description

Enumerations for camera and video functionality.

Since
6.7 \inmodule QtMultimedia

Enumeration Type Documentation

◆ Rotation

enum class QtVideo::Rotation
strong
Since
6.7

The angle of the clockwise rotation that should be applied to a video frame before displaying.

\value None No rotation required, the frame has correct orientation \value Clockwise90 The frame should be rotated clockwise by 90 degrees \value Clockwise180 The frame should be rotated clockwise by 180 degrees \value Clockwise270 The frame should be rotated clockwise by 270 degrees

Enumerator
None 
Clockwise90 
Clockwise180 
Clockwise270 

Definition at line 17 of file qtvideo.h.