Hi,
Currently I am using QMediaPlayer to play music in a Qt application on symbian.
I found that the player won't continue when making / receiving a phone call.
Is there any ways to resume playing?
Hi,
Currently I am using QMediaPlayer to play music in a Qt application on symbian.
I found that the player won't continue when making / receiving a phone call.
Is there any ways to resume playing?
Phone call event has the highest priority that is why some threads/processes get 'paused' till the phone call is active & get resumed once the call is finished. So in my opinion it won't be possible to resume the media player during the active call.
I think topicstarter meant resume _after_ making phone call
Symbian & Qt developer. http://vladest.org
Ya, I am asking how to resume QMediaPlayer _after_ making a phone call
In my opinion it resumes by itself as soon as the call ends, atleast it happens with symbian as i know.
Also if its not playing then you can check if the media player is currently in 'paused' state & if it is then again initiate the playing, but for this you need to monitor the call events as well i think