Sound Level Qt Symbian

How can I get the current sound level of a system on a Symbian device, because I want the volume level of applications to be the same as, for example, a custom music player.

Any ideas?

PS. I am using Qt Game Enabler for sound.

+4
source share
1 answer

I don’t think Qt for Symbian provides any API for controlling the volume level. You will need to plunge into the world of Symbian C ++.

You should look at this:

Programmatically change the phone speaker volume (symbian)

0
source

Source: https://habr.com/ru/post/1435924/


All Articles