Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqnxsndhelpers.cpp File Reference

(b5f353a5c3ff5f20b7e3a724b34d49bf88357f47)

#include "qqnxsndhelpers_p.h"
#include <QtCore/qsysinfo.h>
#include <QtCore/qthread.h>
#include <QtCore/qvarlengtharray.h>
#include <array>
#include <cerrno>
#include <fcntl.h>
#include <poll.h>
#include <pthread.h>
#include <sched.h>
#include <unistd.h>
Include dependency graph for qqnxsndhelpers.cpp:

Go to the source code of this file.

Namespaces

namespace  QnxSndHelpers

Functions

PollOutcome QnxSndHelpers::pollPcm (snd_pcm_t *handle, const WakePipe &wake)
snd_pcm_format_t QnxSndHelpers::mapSampleFormat (QAudioFormat::SampleFormat) noexcept
int QnxSndHelpers::recoverFromXrun (snd_pcm_t *handle, int err)
int QnxSndHelpers::startPcm (snd_pcm_t *handle)
void QnxSndHelpers::setWorkerRealtimePriority (const QLoggingCategory &category)
PcmOpenResult QnxSndHelpers::openConfiguredPcm (const PcmOpenConfig &config)