java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QVideoFrameFormat
- 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 enum QVideoFrameFormat::Directionstatic enumJava wrapper for Qt enum QVideoFrameFormat::PixelFormatstatic enumJava wrapper for Qt enum QVideoFrameFormat::YCbCrColorSpaceNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionQVideoFrameFormat(QSize size, QVideoFrameFormat.PixelFormat pixelFormat) QVideoFrameFormat(QVideoFrameFormat format) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()final voiddetach()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final Stringfinal intfinal doublefinal QSizefinal intinthashCode()static QImage.Formatfinal booleanfinal booleanisValid()static StringpixelFormatToString(QVideoFrameFormat.PixelFormat pixelFormat) final intfinal voidsetFrameRate(double rate) final voidsetFrameSize(int width, int height) final voidsetFrameSize(QSize size) final voidsetMirrored(boolean mirrored) final voidsetScanLineDirection(QVideoFrameFormat.Direction direction) final voidsetViewport(QRect viewport) final voidsetYCbCrColorSpace(QVideoFrameFormat.YCbCrColorSpace colorSpace) final voidswap(QVideoFrameFormat other) toString()final voidupdateUniformData(QByteArray dst, QVideoFrame frame, QMatrix4x4 transform, float opacity) final Stringfinal QRectviewport()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
NPixelFormats
public static final int NPixelFormats
-
-
Constructor Details
-
QVideoFrameFormat
public QVideoFrameFormat() -
QVideoFrameFormat
-
QVideoFrameFormat
-
QVideoFrameFormat
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
detach
-
fragmentShaderFileName
-
frameHeight
-
frameRate
-
frameSize
-
frameWidth
-
isMirrored
-
isValid
-
pixelFormat
-
planeCount
-
scanLineDirection
-
setFrameRate
-
setFrameSize
-
setFrameSize
-
setMirrored
-
setScanLineDirection
-
setViewport
-
setYCbCrColorSpace
-
swap
-
updateUniformData
@QtUninvokable public final void updateUniformData(QByteArray dst, QVideoFrame frame, QMatrix4x4 transform, float opacity) -
vertexShaderFileName
-
viewport
-
yCbCrColorSpace
-
imageFormatFromPixelFormat
-
pixelFormatFromImageFormat
-
pixelFormatToString
-
equals
Description copied from class:io.qt.QtObjectUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-