Re: [Development] Qt 5.6.0 header diff: QtMultimedia.diff

2015-09-18 Thread Lopes Yoann
> 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

Re: [Development] Qt 5.6.0 header diff: QtMultimedia.diff

2015-09-18 Thread Knoll Lars
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

[Development] Qt 5.6.0 header diff: QtMultimedia.diff

2015-09-17 Thread Frederik Gladhorn
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