![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>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) |