tags:

views:

12

answers:

1

Hi all,

I want to set volume control to my audio streaming project in android .how to do this

A: 

Maybe that: setVolumeControlStream(AudioManager.STREAM_MUSIC);

Fedor