(d39bd707f6155011d51ed38a67cc92bf098189d9)
#include "avfaudiodecoder_p.h"
#include <QtCore/qiodevice.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qmimedatabase.h>
#include <QtCore/qmutex.h>
#include <QtCore/qthread.h>
#include <QtCore/private/qcore_mac_p.h>
#include "private/qcoreaudioutils_p.h"
#include <AVFoundation/AVFoundation.h>
#include "moc_avfaudiodecoder_p.cpp"
Go to the source code of this file.
◆ handleNextSampleBuffer()
QAudioBuffer handleNextSampleBuffer |
( |
CMSampleBufferRef | sampleBuffer | ) |
|
|
static |
◆ Q_STATIC_LOGGING_CATEGORY()
QT_USE_NAMESPACE Q_STATIC_LOGGING_CATEGORY |
( |
qLcAVFAudioDecoder | , |
|
|
"qt.multimedia.darwin.AVFAudioDecoder" | ) |
◆ MAX_BUFFERS_IN_QUEUE
constexpr int MAX_BUFFERS_IN_QUEUE = 5 |
|
staticconstexpr |