![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
QVideoFrameTexturesHandles is the base class, providing texture handles for frame planes. Instances of the class may own textures, share ownership, or refer to inner hw textures of QVideoFrame. Referencing to inner frame's textures without shared ownership is not recommended, we strive to get around it; if texture are referencing, the source frame must be kept in QVideoFrameTextures's instance (see QVideoFrameTextures::setSourceFrame). More...
#include <qhwvideobuffer_p.h>
Public Member Functions | |
virtual | ~QVideoFrameTexturesHandles () |
virtual quint64 | textureHandle (QRhi &, int) |
QVideoFrameTexturesHandles is the base class, providing texture handles for frame planes. Instances of the class may own textures, share ownership, or refer to inner hw textures of QVideoFrame. Referencing to inner frame's textures without shared ownership is not recommended, we strive to get around it; if texture are referencing, the source frame must be kept in QVideoFrameTextures's instance (see QVideoFrameTextures::setSourceFrame).
Definition at line 37 of file qhwvideobuffer_p.h.
|
virtualdefault |
Reimplemented in AVFVideoBuffer, QnxTextureBuffer, QnxTextureBuffer, and QOpenGLVideoBuffer.
Definition at line 42 of file qhwvideobuffer_p.h.