Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qandroidmediadevices.cpp File Reference

(815957bb0f281cafb471c6263c573e1bea7743b3)

#include "qandroidmediadevices_p.h"
#include "qmediadevices.h"
#include "private/qcameradevice_p.h"
#include "qandroidaudiosource_p.h"
#include "qandroidaudiosink_p.h"
#include "qandroidaudiodevice_p.h"
#include "qopenslesengine_p.h"
#include "private/qplatformmediaintegration_p.h"
#include <qjnienvironment.h>
#include <QJniObject>
#include <QCoreApplication>
+ Include dependency graph for qandroidmediadevices.cpp:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE Q_DECLARE_JNI_CLASS (QtAudioDeviceManager, "org/qtproject/qt/android/multimedia/QtAudioDeviceManager")
 
static void onAudioInputDevicesUpdated (JNIEnv *, jobject)
 
static void onAudioOutputDevicesUpdated (JNIEnv *, jobject)
 
Q_DECL_EXPORT jint JNICALL JNI_OnLoad (JavaVM *vm, void *)
 

Function Documentation

◆ JNI_OnLoad()

Q_DECL_EXPORT jint JNICALL JNI_OnLoad ( JavaVM * vm,
void *  )

Definition at line 79 of file qandroidmediadevices.cpp.

References methods, onAudioInputDevicesUpdated(), and onAudioOutputDevicesUpdated().

+ Here is the call graph for this function:

◆ onAudioInputDevicesUpdated()

static void onAudioInputDevicesUpdated ( JNIEnv * ,
jobject  )
static

Definition at line 69 of file qandroidmediadevices.cpp.

References QPlatformMediaIntegration::instance().

Referenced by JNI_OnLoad().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ onAudioOutputDevicesUpdated()

static void onAudioOutputDevicesUpdated ( JNIEnv * ,
jobject  )
static

Definition at line 74 of file qandroidmediadevices.cpp.

References QPlatformMediaIntegration::instance().

Referenced by JNI_OnLoad().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Q_DECLARE_JNI_CLASS()

QT_BEGIN_NAMESPACE Q_DECLARE_JNI_CLASS ( QtAudioDeviceManager ,
"org/qtproject/qt/android/multimedia/QtAudioDeviceManager"  )