开发者

Reducing Volume of a background music

开发者 https://www.devze.com 2023-03-05 03:02 出处:网络
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.开发者_开发问答

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];
0

精彩评论

暂无评论...
验证码 换一张
取 消