Uses of Enum
io.qt.multimedia.QVideoFrameFormat.PixelFormat
Packages that use QVideoFrameFormat.PixelFormat
-
Uses of QVideoFrameFormat.PixelFormat in io.qt.multimedia
Methods in io.qt.multimedia that return QVideoFrameFormat.PixelFormatModifier and TypeMethodDescriptionQCameraFormat.pixelFormat()
QVideoFrame.pixelFormat()
QVideoFrameFormat.pixelFormat()
QVideoFrameFormat.pixelFormatFromImageFormat
(QImage.Format format) QVideoFrameFormat.PixelFormat.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QVideoFrameFormat.PixelFormat[]
QVideoFrameFormat.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 QVideoFrameFormat.PixelFormatModifier and TypeMethodDescriptionstatic QImage.Format
QVideoFrameFormat.imageFormatFromPixelFormat
(QVideoFrameFormat.PixelFormat format) static String
QVideoFrameFormat.pixelFormatToString
(QVideoFrameFormat.PixelFormat pixelFormat) Constructors in io.qt.multimedia with parameters of type QVideoFrameFormat.PixelFormatModifierConstructorDescriptionQVideoFrameFormat
(QSize size, QVideoFrameFormat.PixelFormat pixelFormat)