java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QVideoFrame
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QVideoFrame extends QtObject implements Cloneable
Represents a frame of video data
Java wrapper for Qt class QVideoFrame
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QVideoFrame.FieldType
Java wrapper for Qt enum QVideoFrame::FieldTypestatic class
QVideoFrame.PixelFormat
Java wrapper for Qt enum QVideoFrame::PixelFormat -
Constructor Summary
Constructors Modifier Constructor Description QVideoFrame()
QVideoFrame(int bytes, QSize size, int bytesPerLine, QVideoFrame.PixelFormat format)
QVideoFrame(QImage image)
QVideoFrame(QAbstractVideoBuffer buffer, QSize size, QVideoFrame.PixelFormat format)
QVideoFrame(QVideoFrame other)
protected
QVideoFrame(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
Constructor Details
-
QVideoFrame
public QVideoFrame() -
QVideoFrame
-
QVideoFrame
-
QVideoFrame
-
QVideoFrame
-
QVideoFrame
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
availableMetaData
-
bits
-
buffer
-
bytesPerLine
-
bytesPerLine
-
endTime
-
fieldType
-
handle
-
handleType
-
height
-
image
-
isMapped
-
isReadable
-
isValid
-
isWritable
-
map
-
mapMode
-
mappedBytes
-
metaData
-
set
-
pixelFormat
-
planeCount
-
setEndTime
-
setFieldType
-
setMetaData
-
setStartTime
-
size
-
startTime
-
unmap
-
width
-
imageFormatFromPixelFormat
-
pixelFormatFromImageFormat
-
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
-