![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qvideoframetexturefromsource_p.h>
Public Member Functions | |
QVideoFrameTexturesFromRhiTextureArray (RhiTextureArray &&rhiTextures={}) | |
~QVideoFrameTexturesFromRhiTextureArray () override | |
QRhiTexture * | texture (uint plane) const override |
RhiTextureArray & | textureArray () |
Public Member Functions inherited from QVideoFrameTextures | |
virtual | ~QVideoFrameTextures () |
virtual void | onFrameEndInvoked () |
The virtual method should be invoked after QRhi::endFrame to unmap and free internal resources that are not needed anymore. | |
virtual QVideoFrameTexturesHandlesUPtr | takeHandles () |
void | setSourceFrame (QVideoFrame sourceFrame) |
Sets the source frame. It is a temporary solution to delegate frame's shared ownership to the instance. Ideally, the creators of QVideoFrameTextures's or QVideoFrameTexturesHandles's instances should manage ownership. |
Definition at line 29 of file qvideoframetexturefromsource_p.h.
QVideoFrameTexturesFromRhiTextureArray::QVideoFrameTexturesFromRhiTextureArray | ( | RhiTextureArray && | rhiTextures = {} | ) |
Definition at line 10 of file qvideoframetexturefromsource.cpp.
|
overridedefault |
|
overridevirtual |
Implements QVideoFrameTextures.
Definition at line 18 of file qvideoframetexturefromsource.cpp.
|
inline |
Definition at line 38 of file qvideoframetexturefromsource_p.h.