Uses of Enum
io.qt.multimedia.QVideoFrame.PixelFormat
-
Uses of QVideoFrame.PixelFormat in io.qt.multimedia
Modifier and TypeFieldDescriptionQCameraCaptureBufferFormatControl.bufferFormatChanged
QCameraImageCapture.bufferFormatChanged
Modifier and TypeMethodDescriptionabstract QVideoFrame.PixelFormat
QCameraCaptureBufferFormatControl.bufferFormat()
final QVideoFrame.PixelFormat
QCameraImageCapture.bufferFormat()
final QVideoFrame.PixelFormat
QCameraViewfinderSettings.pixelFormat()
final QVideoFrame.PixelFormat
QVideoFrame.pixelFormat()
final 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
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.Modifier and TypeMethodDescriptionabstract List<QVideoFrame.PixelFormat>
QCameraCaptureBufferFormatControl.supportedBufferFormats()
final QList<QVideoFrame.PixelFormat>
QCameraImageCapture.supportedBufferFormats()
final List<QVideoFrame.PixelFormat>
QAbstractVideoSurface.supportedPixelFormats()
Overloaded function forQAbstractVideoSurface.supportedPixelFormats(io.qt.multimedia.QAbstractVideoBuffer.HandleType)
withtype = io.qt.multimedia.QAbstractVideoBuffer.HandleType.NoHandle
.abstract List<QVideoFrame.PixelFormat>
QAbstractVideoSurface.supportedPixelFormats
(QAbstractVideoBuffer.HandleType type) final QList<QVideoFrame.PixelFormat>
QCamera.supportedViewfinderPixelFormats()
Overloaded function forQCamera.supportedViewfinderPixelFormats(io.qt.multimedia.QCameraViewfinderSettings)
withsettings = new io.qt.multimedia.QCameraViewfinderSettings()
.final QList<QVideoFrame.PixelFormat>
QCamera.supportedViewfinderPixelFormats
(QCameraViewfinderSettings settings) Modifier and TypeMethodDescriptionstatic QImage.Format
QVideoFrame.imageFormatFromPixelFormat
(QVideoFrame.PixelFormat format) abstract void
QCameraCaptureBufferFormatControl.setBufferFormat
(QVideoFrame.PixelFormat format) final void
QCameraImageCapture.setBufferFormat
(QVideoFrame.PixelFormat format) final void
QCameraViewfinderSettings.setPixelFormat
(QVideoFrame.PixelFormat format) ModifierConstructorDescriptionQVideoFrame
(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)