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.bufferFormatChangedQCameraImageCapture.bufferFormatChangedMethods in io.qt.multimedia that return QVideoFrame.PixelFormatModifier and TypeMethodDescriptionabstract QVideoFrame.PixelFormatQCameraCaptureBufferFormatControl.bufferFormat()final QVideoFrame.PixelFormatQCameraImageCapture.bufferFormat()final QVideoFrame.PixelFormatQCameraViewfinderSettings.pixelFormat()final QVideoFrame.PixelFormatQVideoFrame.pixelFormat()final QVideoFrame.PixelFormatQVideoSurfaceFormat.pixelFormat()static QVideoFrame.PixelFormatQVideoFrame.pixelFormatFromImageFormat(QImage.Format format) static QVideoFrame.PixelFormatQVideoFrame.PixelFormat.resolve(int value) Returns the corresponding enum entry for the given value.static QVideoFrame.PixelFormatReturns 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.FormatQVideoFrame.imageFormatFromPixelFormat(QVideoFrame.PixelFormat format) abstract voidQCameraCaptureBufferFormatControl.setBufferFormat(QVideoFrame.PixelFormat format) final voidQCameraImageCapture.setBufferFormat(QVideoFrame.PixelFormat format) final voidQCameraViewfinderSettings.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)