#include "qqnxmediaplayer_p.h"
#include "qqnxvideosink_p.h"
#include "qqnxmediautil_p.h"
#include "qqnxmediaeventthread_p.h"
#include "qqnxwindowgrabber_p.h"
#include <private/qabstractvideobuffer_p.h>
#include <QtCore/qabstracteventdispatcher.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qdir.h>
#include <QtCore/qfileinfo.h>
#include <QtCore/quuid.h>
#include <mm/renderer.h>
#include <qmediaplayer.h>
#include <qqnxaudiooutput_p.h>
#include <qaudiooutput.h>
#include <errno.h>
#include <sys/strm.h>
#include <sys/stat.h>
#include <algorithm>
#include <tuple>
#include "moc_qqnxmediaplayer_p.cpp"
Go to the source code of this file.
◆ normalizeVolume()
static constexpr int normalizeVolume |
( |
float |
volume | ) |
|
|
staticconstexpr |
◆ parseBufferLevel()
static std::tuple< int, int, bool > parseBufferLevel |
( |
const QString & |
value | ) |
|
|
static |
◆ rateToSpeed()
static constexpr int rateToSpeed |
( |
qreal |
rate | ) |
|
|
staticconstexpr |
◆ speedToRate()
static constexpr qreal speedToRate |
( |
int |
speed | ) |
|
|
staticconstexpr |