Uses of Class
io.qt.multimedia.QVideoFrame.PixelFormat
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QVideoFrame.PixelFormat in io.qt.multimedia
Fields in io.qt.multimedia with type parameters of type QVideoFrame.PixelFormat Modifier and Type Field Description QObject.Signal1<QVideoFrame.PixelFormat>
QCameraCaptureBufferFormatControl. bufferFormatChanged
QObject.Signal1<QVideoFrame.PixelFormat>
QCameraImageCapture. bufferFormatChanged
Methods in io.qt.multimedia that return QVideoFrame.PixelFormat Modifier and Type Method Description abstract QVideoFrame.PixelFormat
QCameraCaptureBufferFormatControl. bufferFormat()
QVideoFrame.PixelFormat
QCameraImageCapture. bufferFormat()
QVideoFrame.PixelFormat
QCameraViewfinderSettings. pixelFormat()
QVideoFrame.PixelFormat
QVideoFrame. pixelFormat()
QVideoFrame.PixelFormat
QVideoSurfaceFormat. pixelFormat()
static QVideoFrame.PixelFormat
QVideoFrame. pixelFormatFromImageFormat(QImage.Format format)
static QVideoFrame.PixelFormat
QVideoFrame.PixelFormat. resolve(int value)
Returns the corresponding enum entry for the given value.static QVideoFrame.PixelFormat
QVideoFrame.PixelFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static QVideoFrame.PixelFormat[]
QVideoFrame.PixelFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.multimedia with parameters of type QVideoFrame.PixelFormat Modifier and Type Method Description static QImage.Format
QVideoFrame. imageFormatFromPixelFormat(QVideoFrame.PixelFormat format)
abstract void
QCameraCaptureBufferFormatControl. setBufferFormat(QVideoFrame.PixelFormat format)
void
QCameraImageCapture. setBufferFormat(QVideoFrame.PixelFormat format)
void
QCameraViewfinderSettings. setPixelFormat(QVideoFrame.PixelFormat format)
Constructors in io.qt.multimedia with parameters of type QVideoFrame.PixelFormat Constructor Description QVideoFrame(int bytes, QSize size, int bytesPerLine, QVideoFrame.PixelFormat format)
QVideoFrame(QAbstractVideoBuffer buffer, QSize size, QVideoFrame.PixelFormat format)
QVideoSurfaceFormat(QSize size, QVideoFrame.PixelFormat pixelFormat)
Overloaded constructor forQVideoSurfaceFormat(io.qt.core.QSize, io.qt.multimedia.QVideoFrame.PixelFormat, io.qt.multimedia.QAbstractVideoBuffer.HandleType)
withhandleType = io.qt.multimedia.QAbstractVideoBuffer.HandleType.NoHandle
.QVideoSurfaceFormat(QSize size, QVideoFrame.PixelFormat pixelFormat, QAbstractVideoBuffer.HandleType handleType)