(3fde4d022493698e26893d592b15ac80cbb3e7e2)
#include "qqnxmediaplayer_p.h"
#include "qqnxvideosink_p.h"
#include "qqnxmediautil_p.h"
#include "qqnxmediaeventthread_p.h"
#include "qqnxwindowgrabber_p.h"
#include <private/qhwvideobuffer_p.h>
#include <private/qvideoframe_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()
constexpr int normalizeVolume |
( |
float | volume | ) |
|
|
staticconstexpr |
◆ parseBufferLevel()
std::tuple< int, int, bool > parseBufferLevel |
( |
const QString & | value | ) |
|
|
static |
◆ rateToSpeed()
constexpr int rateToSpeed |
( |
qreal | rate | ) |
|
|
staticconstexpr |
◆ speedToRate()
constexpr qreal speedToRate |
( |
int | speed | ) |
|
|
staticconstexpr |