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
qandroidaudiodecoder.cpp File Reference

(4b88a8bd4488e857280c80904a99475a3e831138)

#include "qandroidaudiodecoder_p.h"
#include <QtCore/qcoreapplication.h>
#include <QtCore/qjniobject.h>
#include <QtCore/qjnienvironment.h>
#include <QtCore/private/qandroidextras_p.h>
#include <qloggingcategory.h>
#include <QTimer>
#include <QFile>
#include <QDir>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include "moc_qandroidaudiodecoder_p.cpp"
+ Include dependency graph for qandroidaudiodecoder.cpp:

Go to the source code of this file.

Functions

static Q_LOGGING_CATEGORY (adLogger, "QAndroidAudioDecoder") Decoder
 

Variables

static QT_BEGIN_NAMESPACE const char tempFile [] = "encoded.wav"
 
constexpr int dequeueTimeout = 5000
 

Function Documentation

◆ Q_LOGGING_CATEGORY()

static Q_LOGGING_CATEGORY ( adLogger ,
"QAndroidAudioDecoder"  )
static

Definition at line 22 of file qandroidaudiodecoder.cpp.

Variable Documentation

◆ dequeueTimeout

constexpr int dequeueTimeout = 5000
constexpr

Definition at line 21 of file qandroidaudiodecoder.cpp.

Referenced by Decoder::doDecode().

◆ tempFile