Expose the audio category information for streams.
QAudioOutput and QSoundEffect now have a category property so that system volume mixing or processing can be applied. Initially just pulseaudio supports this but Windows Vista etc should also work. Change-Id: I6855b08367e5a055ac7dfcffd644c98bfd7c5a4e Reviewed-by: Ling Hu <ling.hu@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
8441d2e32e
commit
5f7b64346d
@@ -98,6 +98,9 @@ public:
|
||||
void setVolume(qreal volume);
|
||||
qreal volume() const;
|
||||
|
||||
void setCategory(const QString &category);
|
||||
QString category() const;
|
||||
|
||||
public:
|
||||
void streamUnderflowCallback();
|
||||
|
||||
@@ -130,6 +133,7 @@ private:
|
||||
QTime m_timeStamp;
|
||||
qint64 m_elapsedTimeOffset;
|
||||
bool m_resuming;
|
||||
QString m_category;
|
||||
|
||||
qreal m_volume;
|
||||
pa_cvolume m_chVolume;
|
||||
|
||||
Reference in New Issue
Block a user