Uses of Enum
io.qt.multimedia.QVideoFrameFormat.PixelFormat
-
Uses of QVideoFrameFormat.PixelFormat in io.qt.multimedia
Modifier 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.Modifier and TypeMethodDescriptionstatic QImage.Format
QVideoFrameFormat.imageFormatFromPixelFormat
(QVideoFrameFormat.PixelFormat format) static String
QVideoFrameFormat.pixelFormatToString
(QVideoFrameFormat.PixelFormat pixelFormat) ModifierConstructorDescriptionQVideoFrameFormat
(QSize size, QVideoFrameFormat.PixelFormat pixelFormat)