![]() |
Qt 6.x
The Qt SDK
|
#include "qaudiodevice.h"
#include <qaudioformat.h>
#include <pulse/pulseaudio.h>
#include <QtCore/QLoggingCategory>
Go to the source code of this file.
Classes | |
struct | PAOperationDeleter |
Namespaces | |
namespace | QPulseAudioInternal |
Typedefs | |
using | PAOperationUPtr = std::unique_ptr< pa_operation, PAOperationDeleter > |
Functions | |
pa_sample_spec | QPulseAudioInternal::audioFormatToSampleSpec (const QAudioFormat &format) |
QAudioFormat | QPulseAudioInternal::sampleSpecToAudioFormat (const pa_sample_spec &spec) |
pa_channel_map | QPulseAudioInternal::channelMapForAudioFormat (const QAudioFormat &format) |
QAudioFormat::ChannelConfig | QPulseAudioInternal::channelConfigFromMap (const pa_channel_map &map) |
static QString | QPulseAudioInternal::stateToQString (pa_stream_state_t state) |
static QString | QPulseAudioInternal::sampleFormatToQString (pa_sample_format format) |
static QString | QPulseAudioInternal::stateToQString (pa_context_state_t state) |
using PAOperationUPtr = std::unique_ptr<pa_operation, PAOperationDeleter> |
Definition at line 32 of file qpulsehelpers_p.h.