Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qandroidaudiodevices.cpp File Reference

(dc9da85ac49d45b8d0031a419c9177ff94f3d97e)

#include "qandroidaudiodevices_p.h"
#include "qandroidaudiodevice_p.h"
#include "qandroidaudiosink_p.h"
#include "qandroidaudiosource_p.h"
#include <private/qplatformmediaintegration_p.h>
#include <QtCore/qjniobject.h>
Include dependency graph for qandroidaudiodevices.cpp:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE Q_DECLARE_JNI_CLASS (QtAudioDeviceManager, "org/qtproject/qt/android/multimedia/QtAudioDeviceManager")
 Q_DECLARE_JNI_CLASS (AudioDeviceInfo, "android/media/AudioDeviceInfo")
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 128 of file qandroidaudiodevices.cpp.

◆ onAudioInputDevicesUpdated()

void onAudioInputDevicesUpdated ( JNIEnv * ,
jobject  )
static

Definition at line 116 of file qandroidaudiodevices.cpp.

◆ onAudioOutputDevicesUpdated()

void onAudioOutputDevicesUpdated ( JNIEnv * ,
jobject  )
static

Definition at line 122 of file qandroidaudiodevices.cpp.

◆ Q_DECLARE_JNI_CLASS() [1/2]

Q_DECLARE_JNI_CLASS ( AudioDeviceInfo ,
"android/media/AudioDeviceInfo"  )

◆ Q_DECLARE_JNI_CLASS() [2/2]

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