// 1.播放提示音
SystemSoundID soundID;
NSString *strSoundFile = [[NSBundle st_qrcodeControllerBundle] pathForResource:@"st_noticeMusic" ofType:@"wav"];
if (strSoundFile) {
AudioServicesCreateSystemSoundID((__bridge CFURLRef)[NSURL fileURLWithPath:strSoundFile],&soundID);
}
AudioServicesPlaySystemSound(soundID);
// 1.播放提示音
SystemSoundID soundID;
NSString *strSoundFile = [[NSBundle st_qrcodeControllerBundle] pathForResource:@"st_noticeMusic" ofType:@"wav"];
if (strSoundFile) {
AudioServicesCreateSystemSoundID((__bridge CFURLRef)[NSURL fileURLWithPath:strSoundFile],&soundID);
}
AudioServicesPlaySystemSound(soundID);
播放提示音
最新推荐文章于 2023-02-01 16:08:57 发布