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.
在我的 xib 中,我定义了我的一些 NSButtons 有一个声音文件,只要单击按钮就应该播放。我想为我的用户提供禁用声音效果的选项。除了遍历我视图中的每个按钮和 [button setSound:nil] 之外,还有什么方法可以禁用 NSButtons 播放的声音文件?
您可以使用 NSSound 实例方法
- (void)setVolume:(float)volume
音量范围在 0.0 和 1.0 之间。此方法不会影响系统范围的卷。