Uses of Class
io.qt.multimedia.QVideoFrameFormat
Packages that use QVideoFrameFormat
-
Uses of QVideoFrameFormat in io.qt.multimedia
Methods in io.qt.multimedia that return QVideoFrameFormatModifier and TypeMethodDescriptionQVideoFrameFormat.clone()
Creates and returns a copy of this object.final QVideoFrameFormat
QVideoFrame.surfaceFormat()
Methods in io.qt.multimedia with parameters of type QVideoFrameFormatModifier and TypeMethodDescriptionfinal void
QVideoFrame.assign
(QVideoFrameFormat other) Overloaded function forQVideoFrame.assign(io.qt.multimedia.QVideoFrame)
.final void
QVideoFrameFormat.assign
(QVideoFrameFormat format) final boolean
QVideoFrame.equals
(QVideoFrameFormat other) Overloaded function forQVideoFrame.equals(io.qt.multimedia.QVideoFrame)
.final boolean
QVideoFrameFormat.equals
(QVideoFrameFormat format) final void
QVideoFrame.set
(QVideoFrameFormat other) Deprecated.final void
QVideoSink.setVideoFrame
(QVideoFrameFormat frame) Overloaded function forQVideoSink.setVideoFrame(io.qt.multimedia.QVideoFrame)
.final void
QVideoFrameFormat.swap
(QVideoFrameFormat other) final void
QVideoFrameFormat.updateUniformData
(QByteArray dst, QVideoFrameFormat frame, QMatrix4x4 transform, float opacity) Overloaded function forupdateUniformData(io.qt.core.QByteArray, io.qt.multimedia.QVideoFrame, io.qt.gui.QMatrix4x4, float)
.final void
QVideoFrameFormat.updateUniformData
(QByteArray dst, QVideoFrameFormat frame, QTransform transform, float opacity) Overloaded function forupdateUniformData(io.qt.core.QByteArray, io.qt.multimedia.QVideoFrame, io.qt.gui.QMatrix4x4, float)
.Constructors in io.qt.multimedia with parameters of type QVideoFrameFormatModifierConstructorDescriptionQVideoFrame
(QVideoFrameFormat format) QVideoFrameFormat
(QVideoFrameFormat format)
QVideoFrame.assign(io.qt.multimedia.QVideoFrameFormat)
instead.