Home
last modified time | relevance | path

Searched refs:PulseOutputPrivate (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/pulseaudio/
H A Dqaudiooutput_pulse.h71 friend class PulseOutputPrivate; variable
147 class PulseOutputPrivate : public QIODevice
153 PulseOutputPrivate(QPulseAudioOutput *audio);
154 virtual ~PulseOutputPrivate() {} in ~PulseOutputPrivate()
H A Dqaudiooutput_pulse.cpp261 m_audioSource = new PulseOutputPrivate(this); in start()
671 PulseOutputPrivate::PulseOutputPrivate(QPulseAudioOutput *audio) in PulseOutputPrivate() function in PulseOutputPrivate
676 qint64 PulseOutputPrivate::readData(char *data, qint64 len) in readData()
684 qint64 PulseOutputPrivate::writeData(const char *data, qint64 len) in writeData()