4,948
社区成员
发帖
与我相关
我的任务
分享在 AVCapturePhotoCaptureDelegate 代理方法中调用私有 API
- (void)captureOutput:(AVCapturePhotoOutput *)output willCapturePhotoForResolvedSettings:(AVCaptureResolvedPhotoSettings *)resolvedSettings{
/// 释放声音
AudioServicesDisposeSystemSoundID(1108);
}