Uses of Class
io.qt.multimedia.QAbstractVideoBuffer.HandleType
Package | Description |
---|---|
io.qt.multimedia |
-
Uses of QAbstractVideoBuffer.HandleType in io.qt.multimedia
Methods in io.qt.multimedia that return QAbstractVideoBuffer.HandleType Modifier and Type Method Description QAbstractVideoBuffer.HandleType
QAbstractVideoBuffer. handleType()
QAbstractVideoBuffer.HandleType
QVideoFrame. handleType()
QAbstractVideoBuffer.HandleType
QVideoSurfaceFormat. handleType()
static QAbstractVideoBuffer.HandleType
QAbstractVideoBuffer.HandleType. resolve(int value)
Returns the corresponding enum entry for the given value.static QAbstractVideoBuffer.HandleType
QAbstractVideoBuffer.HandleType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAbstractVideoBuffer.HandleType[]
QAbstractVideoBuffer.HandleType. 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 QAbstractVideoBuffer.HandleType Modifier and Type Method Description protected void
QAbstractVideoBuffer. setHandleType(QAbstractVideoBuffer.HandleType handleType)
abstract List<QVideoFrame.PixelFormat>
QAbstractVideoSurface. supportedPixelFormats(QAbstractVideoBuffer.HandleType type)
Constructors in io.qt.multimedia with parameters of type QAbstractVideoBuffer.HandleType Constructor Description QAbstractPlanarVideoBuffer(QAbstractVideoBuffer.HandleType type)
QAbstractVideoBuffer(QAbstractVideoBuffer.HandleType type)
QVideoSurfaceFormat(QSize size, QVideoFrame.PixelFormat pixelFormat, QAbstractVideoBuffer.HandleType handleType)