Uses of Class
io.qt.multimedia.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 QVideoFrameFormatQVideoFrame.surfaceFormat()Methods in io.qt.multimedia with parameters of type QVideoFrameFormatModifier and TypeMethodDescriptionfinal voidQVideoFrame.assign(QVideoFrameFormat other) Overloaded function forQVideoFrame.assign(io.qt.multimedia.QVideoFrame).final voidQVideoFrameFormat.assign(QVideoFrameFormat format) final booleanQVideoFrame.equals(QVideoFrameFormat other) Overloaded function forQVideoFrame.equals(io.qt.multimedia.QVideoFrame).final booleanQVideoFrameFormat.equals(QVideoFrameFormat format) final voidQVideoFrame.set(QVideoFrameFormat other) Deprecated.final voidQVideoSink.setVideoFrame(QVideoFrameFormat frame) Overloaded function forQVideoSink.setVideoFrame(io.qt.multimedia.QVideoFrame).final voidQVideoFrameFormat.swap(QVideoFrameFormat other) final voidQVideoFrameFormat.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 voidQVideoFrameFormat.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.