Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
VideoTransformation Struct Reference

#include <qvideotransformation_p.h>

Collaboration diagram for VideoTransformation:

Public Member Functions

void rotate (QtVideo::Rotation rotation)
void mirrorHorizontally (bool mirror=true)
void mirrorVertically (bool mirror=true)
int rotationIndex () const

Public Attributes

QtVideo::Rotation rotation = QtVideo::Rotation::None
bool mirroredHorizontallyAfterRotation = false

Detailed Description

Definition at line 23 of file qvideotransformation_p.h.

Member Function Documentation

◆ mirrorHorizontally()

void VideoTransformation::mirrorHorizontally ( bool mirror = true)
inline

Definition at line 39 of file qvideotransformation_p.h.

◆ mirrorVertically()

void VideoTransformation::mirrorVertically ( bool mirror = true)
inline

Definition at line 41 of file qvideotransformation_p.h.

◆ rotate()

void VideoTransformation::rotate ( QtVideo::Rotation rotation)
inline

Definition at line 28 of file qvideotransformation_p.h.

◆ rotationIndex()

int VideoTransformation::rotationIndex ( ) const
inline

Definition at line 49 of file qvideotransformation_p.h.

Member Data Documentation

◆ mirroredHorizontallyAfterRotation

bool VideoTransformation::mirroredHorizontallyAfterRotation = false

Definition at line 26 of file qvideotransformation_p.h.

◆ rotation

QtVideo::Rotation VideoTransformation::rotation = QtVideo::Rotation::None

Definition at line 25 of file qvideotransformation_p.h.


The documentation for this struct was generated from the following file: