在我的发言中,我想就“Ringer & 警惕量”水平发出警报/通知。
换言之,关于电话线或警报器的使用量(参考/Sound/Ringer和警报)。 这不同于与数量纽扣吨变化的系统数量。
它也应当发挥30多个秘密作用。
我知道这样做是可能的,因为有些钟子可以这样做。
UPDATE: OK I found an unideal solution. If use AudioServicesCreateSystemSoundID and load my own sound file (aif, wav, etc no mp3 or other compressed audio) than it works. The only problem is that it has to be 30 sec or shorter, but I can can cut it into 30sec pieces and play them piece by piece.
在我不知疲.的开关时,这并不奏效。
法典:
SystemSoundID mySound;
AudioServicesCreateSystemSoundID(CFBundleCopyResourceURL(CFBundleGetMainBundle(), CFSTR("mySound"), CFSTR("aif"), NULL), &mySound);
AudioServicesPlaySystemSound(mySound);
我怀疑“开放”应当这样做。 是否有任何人有一个简单的事例,把一夫/瓦夫的档案装上皮顶。 我发现了一些复杂的例子,但我所需要的只是玩弄和阻止声音(即使它揭露了这种罚款)。