> On 18 Sep 2015, at 09:19, Knoll Lars wrote:
>
> Looks good to me, I assume the interface is for the backend, is that
> correct?
>
Yes that’s correct.
—
Yoann
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailma
New enum QAudio::Role, an audio role property for QMediaPlayer and new
QAudioRoleControl interface.
Looks good to me, I assume the interface is for the backend, is that
correct?
Cheers,
Lars
___
Development mailing list
Development@qt-project.org
htt
diff --git a/src/multimedia/audio/qaudio.h b/src/multimedia/audio/qaudio.h
index 6395314..2ee66bc 100644
--- a/src/multimedia/audio/qaudio.h
+++ b/src/multimedia/audio/qaudio.h
@@ -51,12 +51,26 @@ namespace QAudio
enum Error { NoError, OpenError, IOError, UnderrunError, FatalError };
enum