![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qandroidvideoframefactory_p.h>
Public Types | |
using | QAndroidVideoFrameFactoryPtr = std::shared_ptr<QAndroidVideoFrameFactory> |
Public Member Functions | |
QVideoFrame | createVideoFrame (QtJniTypes::Image frame, QtVideo::Rotation rotation=QtVideo::Rotation::None) |
void | onFrameReleased () override |
Static Public Member Functions | |
static QAndroidVideoFrameFactoryPtr | create () |
Definition at line 21 of file qandroidvideoframefactory_p.h.
using QAndroidVideoFrameFactory::QAndroidVideoFrameFactoryPtr = std::shared_ptr<QAndroidVideoFrameFactory> |
Definition at line 25 of file qandroidvideoframefactory_p.h.
|
inlinestatic |
Definition at line 26 of file qandroidvideoframefactory_p.h.
QVideoFrame QAndroidVideoFrameFactory::createVideoFrame | ( | QtJniTypes::Image | frame, |
QtVideo::Rotation | rotation = QtVideo::Rotation::None ) |
Definition at line 17 of file qandroidvideoframefactory.cpp.
|
override |
Definition at line 47 of file qandroidvideoframefactory.cpp.