Uses of Enum
io.qt.multimedia.QVideoFrame.PixelFormat
Packages that use QVideoFrame.PixelFormat
-
Uses of QVideoFrame.PixelFormat in io.qt.multimedia
Fields in io.qt.multimedia with type parameters of type QVideoFrame.PixelFormatModifier and TypeFieldDescriptionQCameraCaptureBufferFormatControl.bufferFormatChanged
QCameraImageCapture.bufferFormatChanged
Methods in io.qt.multimedia that return QVideoFrame.PixelFormatModifier 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.Methods in io.qt.multimedia that return types with arguments of type QVideoFrame.PixelFormatModifier 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) Methods in io.qt.multimedia with parameters of type QVideoFrame.PixelFormatModifier 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) Constructors in io.qt.multimedia with parameters of type QVideoFrame.PixelFormatModifierConstructorDescriptionQVideoFrame
(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)