![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QVideoTextureHelper::QVideoFrameTexturesArray:
Collaboration diagram for QVideoTextureHelper::QVideoFrameTexturesArray:Public Types | |
| using | TextureArray = std::array< std::unique_ptr< QRhiTexture >, TextureDescription::maxPlanes > |
Public Member Functions | |
| QVideoFrameTexturesArray (TextureArray &&textures) | |
| QRhiTexture * | texture (uint plane) const override |
| TextureArray | takeTextures () |
Public Member Functions inherited from QVideoFrameTextures | |
| virtual | ~QVideoFrameTextures () |
| virtual QRhiTexture * | texture (uint plane) const =0 |
Definition at line 672 of file qvideotexturehelper.cpp.
| using QVideoTextureHelper::QVideoFrameTexturesArray::TextureArray = std::array<std::unique_ptr<QRhiTexture>, TextureDescription::maxPlanes> |
Definition at line 675 of file qvideotexturehelper.cpp.
|
inline |
Definition at line 676 of file qvideotexturehelper.cpp.
|
inline |
Definition at line 685 of file qvideotexturehelper.cpp.
Referenced by QVideoTextureHelper::createTexturesFromMemory().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Implements QVideoFrameTextures.
Definition at line 680 of file qvideotexturehelper.cpp.