(005e1c841a929e4f742b8040e3307b7512b1b144)
#include "androidmediaplayer_p.h"
#include "androidsurfacetexture_p.h"
#include <QList>
#include <QReadWriteLock>
#include <QString>
#include <QtCore/qcoreapplication.h>
#include <qloggingcategory.h>
#include "moc_androidmediaplayer_p.cpp"
Go to the source code of this file.
|
QT_BEGIN_NAMESPACE | Q_STATIC_LOGGING_CATEGORY (lcAudio, "qt.multimedia.audio") |
AndroidMediaPlayer::TrackInfo | convertTrackInfo (int streamNumber, QJniObject androidTrackInfo) |
static void | onErrorNative (JNIEnv *env, jobject thiz, jint what, jint extra, jlong id) |
static void | onBufferingUpdateNative (JNIEnv *env, jobject thiz, jint percent, jlong id) |
static void | onProgressUpdateNative (JNIEnv *env, jobject thiz, jint progress, jlong id) |
static void | onDurationChangedNative (JNIEnv *env, jobject thiz, jint duration, jlong id) |
static void | onInfoNative (JNIEnv *env, jobject thiz, jint what, jint extra, jlong id) |
static void | onStateChangedNative (JNIEnv *env, jobject thiz, jint state, jlong id) |
static void | onVideoSizeChangedNative (JNIEnv *env, jobject thiz, jint width, jint height, jlong id) |
static AndroidMediaPlayer * | getMediaPlayer (jlong ptr) |
static void | onTrackInfoChangedNative (JNIEnv *env, jobject thiz, jlong ptr) |
static void | onTimedTextChangedNative (JNIEnv *env, jobject thiz, jstring timedText, jint time, jlong ptr) |
◆ MediaPlayerList
◆ convertTrackInfo()
◆ getMediaPlayer()
◆ onBufferingUpdateNative()
void onBufferingUpdateNative |
( |
JNIEnv * | env, |
|
|
jobject | thiz, |
|
|
jint | percent, |
|
|
jlong | id ) |
|
static |
◆ onDurationChangedNative()
void onDurationChangedNative |
( |
JNIEnv * | env, |
|
|
jobject | thiz, |
|
|
jint | duration, |
|
|
jlong | id ) |
|
static |
◆ onErrorNative()
void onErrorNative |
( |
JNIEnv * | env, |
|
|
jobject | thiz, |
|
|
jint | what, |
|
|
jint | extra, |
|
|
jlong | id ) |
|
static |
◆ onInfoNative()
void onInfoNative |
( |
JNIEnv * | env, |
|
|
jobject | thiz, |
|
|
jint | what, |
|
|
jint | extra, |
|
|
jlong | id ) |
|
static |
◆ onProgressUpdateNative()
void onProgressUpdateNative |
( |
JNIEnv * | env, |
|
|
jobject | thiz, |
|
|
jint | progress, |
|
|
jlong | id ) |
|
static |
◆ onStateChangedNative()
void onStateChangedNative |
( |
JNIEnv * | env, |
|
|
jobject | thiz, |
|
|
jint | state, |
|
|
jlong | id ) |
|
static |
◆ onTimedTextChangedNative()
void onTimedTextChangedNative |
( |
JNIEnv * | env, |
|
|
jobject | thiz, |
|
|
jstring | timedText, |
|
|
jint | time, |
|
|
jlong | ptr ) |
|
static |
◆ onTrackInfoChangedNative()
void onTrackInfoChangedNative |
( |
JNIEnv * | env, |
|
|
jobject | thiz, |
|
|
jlong | ptr ) |
|
static |
◆ onVideoSizeChangedNative()
void onVideoSizeChangedNative |
( |
JNIEnv * | env, |
|
|
jobject | thiz, |
|
|
jint | width, |
|
|
jint | height, |
|
|
jlong | id ) |
|
static |
◆ Q_STATIC_LOGGING_CATEGORY()
◆ QtAndroidMediaPlayerClassName
const char QtAndroidMediaPlayerClassName = "org/qtproject/qt/android/multimedia/QtAndroidMediaPlayer" |
|
static |