每个SystemSound静音的按钮

时间:2013-01-11 15:57:15

标签: xcode cocoa-touch avaudioplayer mute system-sounds

我使用了AVAudioPlayer,但是如果我使用这段代码就太迟了:

    NSString *soundFile = [[NSBundle mainBundle] pathForResource:@"MySound" ofType:@"caf"];
NSURL *soundFileURL = [NSURL fileURLWithPath:soundFile];
AudioServicesCreateSystemSoundID((CFURLRef)soundFileURL, &_MySound);
AudioServicesPlaySystemSound(_MySound);

没有任何懈怠。

但是我的应用中有一个静音/取消静音的按钮。如何将这些声音静音,例如mysound.volume = 0

中的AVAudioplayer

0 个答案:

没有答案