java.lang.Object
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
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQVideoFrame::HandleType
static enum
Java wrapper for Qt enumQVideoFrame::MapMode
static class
Java wrapper for Qt classQVideoFrame::PaintOptions
static enum
Java wrapper for Qt enumQVideoFrame::RotationAngle
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QVideoFrame other) final byte []
bits
(int plane) final ByteBuffer
buffer
(int plane) final int
bytesPerLine
(int plane) clone()
Creates and returns a copy of this object.final long
endTime()
boolean
final QVideoFrame.HandleType
int
hashCode()
Returns the objects's hash code computed byqHash(QVideoFrame)
.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) Deprecated.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()
Seeoperator<<(QDebug,
QVideoFrame) final void
unmap()
final int
width()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QVideoFrame
public QVideoFrame() -
QVideoFrame
-
QVideoFrame
-
-
Method Details
-
buffer
-
bits
-
bytesPerLine
-
endTime
-
handleType
-
height
-
isMapped
-
isReadable
-
isValid
-
isWritable
-
map
-
mapMode
-
mappedBytes
-
mirrored
-
assign
-
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
-
hashCode
Returns the objects's hash code computed byqHash(QVideoFrame)
. -
toString
See
operator<<(QDebug,
QVideoFrame) -
clone
Creates and returns a copy of this object.
-
set
Deprecated.Useassign(io.qt.multimedia.QVideoFrame)
instead.
-
assign(io.qt.multimedia.QVideoFrame)
instead.