Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我正在使用以下代码播放音乐。但我想降低背景音乐的音量。如何做到这一点。
谢谢, 阿尼什
试试这个...
[[SimpleAudioEngine sharedEngine]setBackgroundMusicVolume:2.5];