(304bc7b2c2559cebf793a56a08488b7c1fffec56)
#include <QtFFmpegMediaPluginImpl/private/qandroidscreencapture_p.h>
#include <QtCore/private/qjnihelpers_p.h>
#include <QtCore/qreadwritelock.h>
#include <QtFFmpegMediaPluginImpl/private/qandroidvideoframefactory_p.h>
#include <QtFFmpegMediaPluginImpl/private/qffmpegvideobuffer_p.h>
Go to the source code of this file.
◆ onErrorUpdate()
void onErrorUpdate |
( |
JNIEnv * | env, |
|
|
jobject | obj, |
|
|
QString | errorString, |
|
|
jlong | id ) |
|
static |
◆ onScreenFrameAvailable()
void onScreenFrameAvailable |
( |
JNIEnv * | env, |
|
|
jobject | obj, |
|
|
QtJniTypes::Image | image, |
|
|
jlong | id ) |
|
static |
◆ Q_DECLARE_JNI_CLASS()
QT_BEGIN_NAMESPACE Q_DECLARE_JNI_CLASS |
( |
QtScreenGrabber | , |
|
|
"org/qtproject/qt/android/multimedia/QtScreenGrabber" | ) |