Uses of Enum
io.qt.multimedia.QtVideo.Rotation
Packages that use QtVideo.Rotation
-
Uses of QtVideo.Rotation in io.qt.multimedia
Methods in io.qt.multimedia that return QtVideo.RotationModifier and TypeMethodDescriptionfinal QtVideo.Rotation
QCameraDevice.correctionAngle()
static QtVideo.Rotation
QtVideo.Rotation.resolve
(int value) Returns the corresponding enum entry for the given value.final QtVideo.Rotation
QVideoFrame.rotation()
final QtVideo.Rotation
QVideoFrameFormat.rotation()
static QtVideo.Rotation
Returns the enum constant of this type with the specified name.static QtVideo.Rotation[]
QtVideo.Rotation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.multimedia with parameters of type QtVideo.RotationModifier and TypeMethodDescriptionfinal void
QVideoFrame.setRotation
(QtVideo.Rotation angle) final void
QVideoFrameFormat.setRotation
(QtVideo.Rotation rotation)