10#include "pulseaudioqt_export.h"
11#include "pulseobject.h"
23 Q_PROPERTY(
QString description READ description NOTIFY descriptionChanged)
24 Q_PROPERTY(quint32 priority READ priority NOTIFY priorityChanged)
25 Q_PROPERTY(Availability availability READ availability NOTIFY availabilityChanged)
26 Q_PROPERTY(quint32 sinkCount READ sinkCount NOTIFY sinkCountChanged)
27 Q_PROPERTY(quint32 sourceCount READ sourceCount NOTIFY sourceCountChanged)
47 quint32 priority()
const;
52 Availability availability()
const;
57 quint32 sinkCount()
const;
62 quint32 sourceCount()
const;
94 std::unique_ptr<class ProfilePrivate> d;
97 friend class CardPrivate;
98 friend class PortPrivate;
void priorityChanged()
Emitted when the priority changed.
void sinkCountChanged()
Emitted when sink count is changed.
void sourceCountChanged()
Emitted when source count is changed.
void availabilityChanged()
Emitted when the availability changed.
void descriptionChanged()
Emitted when the description changed.
Base class for most PulseAudio objects.
The primary namespace of PulseAudioQt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:01 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.