![]() |
Qt 6.x
The Qt SDK
|
#include "androidmediarecorder_p.h"#include "androidcamera_p.h"#include "androidsurfacetexture_p.h"#include "androidsurfaceview_p.h"#include "qandroidglobal_p.h"#include "qandroidmultimediautils_p.h"#include <qmap.h>#include <QtCore/qcoreapplication.h>#include <QtCore/qlogging.h>#include <QtCore/qurl.h>#include "moc_androidmediarecorder_p.cpp"
Include dependency graph for androidmediarecorder.cpp:Go to the source code of this file.
Typedefs | |
| typedef QMap< jlong, AndroidMediaRecorder * > | MediaRecorderMap |
Functions | |
| static QT_BEGIN_NAMESPACE | Q_LOGGING_CATEGORY (lcMediaRecorder, "qt.multimedia.mediarecorder.android") typedef QMap< QString |
| static QString | profileKey () |
| static void | notifyError (JNIEnv *, jobject, jlong id, jint what, jint extra) |
| static void | notifyInfo (JNIEnv *, jobject, jlong id, jint what, jint extra) |
Variables | |
| static QT_BEGIN_NAMESPACE QJniObject | CamcorderProfiles |
| static const char | QtMediaRecorderListenerClassName [] |
| typedef QMap<jlong, AndroidMediaRecorder*> MediaRecorderMap |
Definition at line 96 of file androidmediarecorder.cpp.
|
static |
Definition at line 99 of file androidmediarecorder.cpp.
References emit.
Referenced by AndroidMediaRecorder::registerNativeMethods().
Here is the caller graph for this function:
|
static |
Definition at line 106 of file androidmediarecorder.cpp.
References emit.
Referenced by AndroidMediaRecorder::registerNativeMethods().
Here is the caller graph for this function:
|
static |
Definition at line 23 of file androidmediarecorder.cpp.
References QStringLiteral.
Referenced by AndroidCamcorderProfile::get(), and AndroidCamcorderProfile::hasProfile().
Here is the caller graph for this function:
|
static |
| QT_BEGIN_NAMESPACE QJniObject CamcorderProfiles |
Definition at line 20 of file androidmediarecorder.cpp.
|
static |
Definition at line 94 of file androidmediarecorder.cpp.
Referenced by AndroidMediaRecorder::AndroidMediaRecorder(), and AndroidMediaRecorder::registerNativeMethods().