- All Implemented Interfaces:
QtObjectInterface,Cloneable
Specifies the stream format of a video presentation surface
Java wrapper for Qt class QVideoFrameFormat
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQVideoFrameFormat::ColorRangestatic enumJava wrapper for Qt enumQVideoFrameFormat::ColorSpacestatic enumJava wrapper for Qt enumQVideoFrameFormat::ColorTransferstatic enumJava wrapper for Qt enumQVideoFrameFormat::Directionstatic enumJava wrapper for Qt enumQVideoFrameFormat::PixelFormatstatic enumJava wrapper for Qt enumQVideoFrameFormat::YCbCrColorSpace -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intSeeQVideoFrameFormat::NPixelFormats -
Constructor Summary
ConstructorsConstructorDescriptionQVideoFrameFormat(QSize size, QVideoFrameFormat.PixelFormat pixelFormat) QVideoFrameFormat(QVideoFrameFormat format) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QVideoFrameFormat format) clone()Creates and returns a copy of this object.final voiddetach()SeeQVideoFrameFormat::detach() final booleanequals(QVideoFrameFormat format) booleanfinal StringSeeQVideoFrameFormat::fragmentShaderFileName()const final intfinal doublefinal QSizefinal intinthashCode()Returns the objects's hash code computed byqHash(QVideoFrameFormat).static QImage.Formatfinal booleanfinal booleanisValid()final floatSeeQVideoFrameFormat::maxLuminance()const static StringpixelFormatToString(QVideoFrameFormat.PixelFormat pixelFormat) final intfinal voidfinal voidsetColorSpace(QVideoFrameFormat.ColorSpace colorSpace) final voidsetColorTransfer(QVideoFrameFormat.ColorTransfer colorTransfer) final voidsetFrameRate(double rate) final voidsetFrameSize(int width, int height) final voidsetFrameSize(QSize size) final voidsetMaxLuminance(float lum) final voidsetMirrored(boolean mirrored) final voidsetScanLineDirection(QVideoFrameFormat.Direction direction) final voidsetViewport(QRect viewport) final voidsetYCbCrColorSpace(QVideoFrameFormat.YCbCrColorSpace colorSpace) SeeQVideoFrameFormat::setYCbCrColorSpace(QVideoFrameFormat::YCbCrColorSpace) final voidswap(QVideoFrameFormat other) toString()Seeoperator<<(QDebug,QVideoFrameFormat) final voidupdateUniformData(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 voidupdateUniformData(QByteArray dst, QVideoFrameFormat frame, QTransform transform, float opacity) Overloaded function forupdateUniformData(io.qt.core.QByteArray, io.qt.multimedia.QVideoFrame, io.qt.gui.QMatrix4x4, float).final voidupdateUniformData(QByteArray dst, QVideoFrame frame, QMatrix4x4 transform, float opacity) SeeQVideoFrameFormat::updateUniformData(QByteArray*, QVideoFrame, QMatrix4x4, float)const final voidupdateUniformData(QByteArray dst, QVideoFrame frame, QTransform transform, float opacity) Overloaded function forupdateUniformData(io.qt.core.QByteArray, io.qt.multimedia.QVideoFrame, io.qt.gui.QMatrix4x4, float).final StringSeeQVideoFrameFormat::vertexShaderFileName()const final QRectviewport()SeeQVideoFrameFormat::yCbCrColorSpace()const Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
NPixelFormats
public static final int NPixelFormatsSee
QVideoFrameFormat::NPixelFormats
-
-
Constructor Details
-
QVideoFrameFormat
public QVideoFrameFormat() -
QVideoFrameFormat
-
QVideoFrameFormat
-
-
Method Details
-
colorRange
-
colorSpace
-
colorTransfer
-
detach
See
QVideoFrameFormat::detach() -
fragmentShaderFileName
See
QVideoFrameFormat::fragmentShaderFileName()const -
frameHeight
-
frameRate
-
frameSize
-
frameWidth
-
isMirrored
-
isValid
-
maxLuminance
See
QVideoFrameFormat::maxLuminance()const -
assign
-
equals
-
pixelFormat
-
planeCount
-
scanLineDirection
-
setColorRange
-
setColorSpace
-
setColorTransfer
-
setFrameRate
-
setFrameSize
-
setFrameSize
-
setMaxLuminance
-
setMirrored
-
setScanLineDirection
-
setViewport
-
setYCbCrColorSpace
See
QVideoFrameFormat::setYCbCrColorSpace(QVideoFrameFormat::YCbCrColorSpace) -
swap
-
updateUniformData
@QtUninvokable public final void updateUniformData(QByteArray dst, QVideoFrame frame, QMatrix4x4 transform, float opacity) See
QVideoFrameFormat::updateUniformData(QByteArray*, QVideoFrame, QMatrix4x4, float)const -
vertexShaderFileName
See
QVideoFrameFormat::vertexShaderFileName()const -
viewport
-
yCbCrColorSpace
See
QVideoFrameFormat::yCbCrColorSpace()const -
imageFormatFromPixelFormat
-
pixelFormatFromImageFormat
-
pixelFormatToString
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QVideoFrameFormat). -
toString
See
operator<<(QDebug,QVideoFrameFormat) -
clone
Creates and returns a copy of this object.
-
updateUniformData
@QtUninvokable public final void updateUniformData(QByteArray dst, QVideoFrameFormat frame, QMatrix4x4 transform, float opacity) Overloaded function for
updateUniformData(io.qt.core.QByteArray, io.qt.multimedia.QVideoFrame, io.qt.gui.QMatrix4x4, float). -
updateUniformData
@QtUninvokable public final void updateUniformData(QByteArray dst, QVideoFrame frame, QTransform transform, float opacity) Overloaded function for
updateUniformData(io.qt.core.QByteArray, io.qt.multimedia.QVideoFrame, io.qt.gui.QMatrix4x4, float). -
updateUniformData
@QtUninvokable public final void updateUniformData(QByteArray dst, QVideoFrameFormat frame, QTransform transform, float opacity) Overloaded function for
updateUniformData(io.qt.core.QByteArray, io.qt.multimedia.QVideoFrame, io.qt.gui.QMatrix4x4, float).
-