MythTV master
|
#include "audiooutputpulse.h"
#include <QString>
#include <algorithm>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythlogging.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("PulseAudio: ") |
Variables | |
static constexpr int8_t | PULSE_MAX_CHANNELS { 8 } |
#define LOC QString("PulseAudio: ") |
Definition at line 31 of file audiooutputpulse.cpp.
|
staticconstexpr |
Definition at line 33 of file audiooutputpulse.cpp.
Referenced by AudioOutputPulseAudio::OpenDevice(), and AudioOutputPulseAudio::SetVolumeChannel().