Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
androidmediarecorder.cpp File Reference
#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 Documentation

◆ MediaRecorderMap

Definition at line 96 of file androidmediarecorder.cpp.

Function Documentation

◆ notifyError()

static void notifyError ( JNIEnv *  ,
jobject  ,
jlong  id,
jint  what,
jint  extra 
)
static

Definition at line 99 of file androidmediarecorder.cpp.

References emit.

Referenced by AndroidMediaRecorder::registerNativeMethods().

+ Here is the caller graph for this function:

◆ notifyInfo()

static void notifyInfo ( JNIEnv *  ,
jobject  ,
jlong  id,
jint  what,
jint  extra 
)
static

Definition at line 106 of file androidmediarecorder.cpp.

References emit.

Referenced by AndroidMediaRecorder::registerNativeMethods().

+ Here is the caller graph for this function:

◆ profileKey()

static QString profileKey ( )
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:

◆ Q_LOGGING_CATEGORY()

static QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY ( lcMediaRecorder  ,
"qt.multimedia.mediarecorder.android"   
)
static

Variable Documentation

◆ CamcorderProfiles

QT_BEGIN_NAMESPACE QJniObject CamcorderProfiles

Definition at line 20 of file androidmediarecorder.cpp.

◆ QtMediaRecorderListenerClassName

const char QtMediaRecorderListenerClassName[]
static
Initial value:
=
"org/qtproject/qt/android/multimedia/QtMediaRecorderListener"

Definition at line 94 of file androidmediarecorder.cpp.

Referenced by AndroidMediaRecorder::AndroidMediaRecorder(), and AndroidMediaRecorder::registerNativeMethods().