Reducing Volume of a background music
In My application,I am playing a music using the following code.But i want to reduce the volume of the background music.How to do that.
开发者_开发问答Thanks, Anish
Try out this...
[[SimpleAudioEngine sharedEngine]setBackgroundMusicVolume:2.5];
精彩评论