![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
QAndroidVideoFrameTextures (QRhi *rhi, QSize size, quint64 handle) | |
QRhiTexture * | texture (uint plane) const override |
QAndroidVideoFrameTextures (QRhi *rhi, QSize size, quint64 handle) | |
QRhiTexture * | texture (uint plane) const override |
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 22 of file qandroidvideooutput.cpp.
|
inline |
Definition at line 25 of file qandroidvideooutput.cpp.
|
inline |
Definition at line 25 of file qandroidvideooutput.cpp.
|
inlineoverridevirtual |
Implements QVideoFrameTextures.
Definition at line 31 of file qandroidvideooutput.cpp.
|
inlineoverridevirtual |
Implements QVideoFrameTextures.
Definition at line 31 of file qandroidvideooutput.cpp.