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's class QVideoFrame
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QVideoFrame::HandleTypestatic enum
Java wrapper for Qt enum QVideoFrame::MapModestatic class
Java wrapper for Qt class QVideoFrame::PaintOptionsstatic enum
Java wrapper for Qt enum QVideoFrame::RotationAngleNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQVideoFrame
(QVideoFrame other) QVideoFrame
(QVideoFrameFormat format) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal byte[]
bits
(int plane) final ByteBuffer
buffer
(int plane) final int
bytesPerLine
(int plane) clone()
final long
endTime()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final QVideoFrame.HandleType
int
hashCode()
final int
height()
final boolean
isMapped()
final boolean
final boolean
isValid()
final boolean
final boolean
map
(QVideoFrame.MapMode mode) final QVideoFrame.MapMode
mapMode()
final int
mappedBytes
(int plane) final boolean
mirrored()
final void
paint
(QPainter painter, QRectF rect, QVideoFrame.PaintOptions options) final int
final void
set
(QVideoFrame other) final void
setEndTime
(long time) final void
setMirrored
(boolean arg__1) final void
final void
setStartTime
(long time) final void
setSubtitleText
(String text) final QSize
size()
final long
final String
final QVideoFrameFormat
final void
swap
(QVideoFrame other) final QImage
toImage()
toString()
final void
unmap()
final int
width()
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
-
toImage
-
unmap
-
width
-
equals
Description copied from class:QtObject
Used 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
-