Hi Everyone,
I am making a video streaming application, and i am using the Volume Control . This Volume Control is working fine on nokia S60 edition and on some S40 edition devices , but on new nokia ASHA 311 , nokia ASHA 305 etc. sound is no audible. i am using the Volume Control as
VolumeControl vc = (VolumeControl) player.getControl("VolumeControl");
vc.setLevel(100);
But on nokia asha , no sound is coming.
Any suggestion would be helpful.

Reply With Quote


