Re: [Interest] Qt 6.2.0 RC still missing basic QMediaPlayer calls?

2021-09-20 Thread Kai Köhne
Sent: Saturday, September 18, 2021 5:57 PM To: Wesley Krasko Cc: interest@qt-project.org Subject: Re: [Interest] Qt 6.2.0 RC still missing basic QMediaPlayer calls? E.g. here it says, that the function returns int. I could not believe it. I checked headers and saw the correct value - jobject

Re: [Interest] Qt 6.2.0 RC still missing basic QMediaPlayer calls?

2021-09-18 Thread Alexander Dyagilev
E.g. here it says, that the function returns int. I could not believe it. I checked headers and saw the correct value - jobject: https://doc-snapshots.qt.io/qt6-dev/qnativeinterface-qandroidapplication.html#context On 9/18/2021 6:54 PM, Alexander Dyagilev wrote: Yeah, 6.2 documentation is

Re: [Interest] Qt 6.2.0 RC still missing basic QMediaPlayer calls?

2021-09-18 Thread Alexander Dyagilev
Yeah, 6.2 documentation is quite buggy :) On 9/18/2021 6:52 PM, Wesley Krasko wrote: It works. I figured it out. The documentation for QMediaPlayer 6.2 is incorrect. I think Qt just copied it from 5.15 and didn't update it. It still shows using QMediaPlayer the old way when in fact stuff was

Re: [Interest] Qt 6.2.0 RC still missing basic QMediaPlayer calls?

2021-09-18 Thread Wesley Krasko
It works. I figured it out. The documentation for QMediaPlayer 6.2 is incorrect. I think Qt just copied it from 5.15 and didn't update it. It still shows using QMediaPlayer the old way when in fact stuff was broken out into QAudioOutput, QVideoOutput, etc. So now, you must first get the

Re: [Interest] Qt 6.2.0 RC still missing basic QMediaPlayer calls?

2021-09-18 Thread Alexander Dyagilev
Hello, It seems you just did not install it. See Additional modules section in the online installer. Works fine for me. On 9/17/2021 1:45 AM, Wesley Krasko wrote: Hi. We have been closely monitoring Qt 6.2 releases as we will need to create unified builds of our apps ASAP. For the longest

[Interest] Qt 6.2.0 RC still missing basic QMediaPlayer calls?

2021-09-16 Thread Wesley Krasko
Hi. We have been closely monitoring Qt 6.2 releases as we will need to create unified builds of our apps ASAP. For the longest time the thing that stopped us from compiling has been QMediaPlayer missing basic functions. For example, setVolume and setMuted. I have been grabbing updates as they come