java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QVideoFrame
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Represents a frame of video data
Java wrapper for Qt class QVideoFrame
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QVideoFrame::HandleTypestatic enumJava wrapper for Qt enum QVideoFrame::MapModestatic classJava wrapper for Qt class QVideoFrame::PaintOptionsstatic enumJava wrapper for Qt enum QVideoFrame::RotationAngleNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQVideoFrame(QVideoFrame other) QVideoFrame(QVideoFrameFormat format) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal byte[]bits(int plane) final ByteBufferbuffer(int plane) final intbytesPerLine(int plane) clone()final longendTime()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final QVideoFrame.HandleTypeinthashCode()final intheight()final booleanisMapped()final booleanfinal booleanisValid()final booleanfinal booleanmap(QVideoFrame.MapMode mode) final QVideoFrame.MapModemapMode()final intmappedBytes(int plane) final booleanmirrored()final voidpaint(QPainter painter, QRectF rect, QVideoFrame.PaintOptions options) final intfinal voidset(QVideoFrame other) final voidsetEndTime(long time) final voidsetMirrored(boolean arg__1) final voidfinal voidsetStartTime(long time) final voidsetSubtitleText(String text) final QSizesize()final longfinal Stringfinal QVideoFrameFormatfinal voidswap(QVideoFrame other) final longtextureHandle(int plane) final QImagetoImage()toString()final voidunmap()final intwidth()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QVideoFrame
public QVideoFrame() -
QVideoFrame
-
QVideoFrame
-
QVideoFrame
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
buffer
-
bits
-
bytesPerLine
-
endTime
-
handleType
-
height
-
isMapped
-
isReadable
-
isValid
-
isWritable
-
map
-
mapMode
-
mappedBytes
-
mirrored
-
set
-
paint
@QtUninvokable public final void paint(QPainter painter, QRectF rect, QVideoFrame.PaintOptions options) -
pixelFormat
-
planeCount
-
rotationAngle
-
setEndTime
-
setMirrored
-
setRotationAngle
-
setStartTime
-
setSubtitleText
-
size
-
startTime
-
subtitleText
-
surfaceFormat
-
swap
-
textureHandle
-
toImage
-
unmap
-
width
-
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
-