您的位置:首页 > 房产 > 家装 > 龙华网站建设网站定制_北京最新楼盘排行榜_百度搜索引擎优化的方法_c++培训班学费一般多少

龙华网站建设网站定制_北京最新楼盘排行榜_百度搜索引擎优化的方法_c++培训班学费一般多少

2025/1/2 0:30:09 来源:https://blog.csdn.net/GY5338/article/details/144241613  浏览:    关键词:龙华网站建设网站定制_北京最新楼盘排行榜_百度搜索引擎优化的方法_c++培训班学费一般多少
龙华网站建设网站定制_北京最新楼盘排行榜_百度搜索引擎优化的方法_c++培训班学费一般多少

步骤 1:导入 ReplayKit

import ReplayKit

步骤 2:开始录屏

let screenRecorder = RPScreenRecorder.shared()
// 麦克风或系统音频
screenRecorder.isMicrophoneEnabled = truefunc startRecording() {guard screenRecorder.isAvailable else {print("Screen recording is not available on this device.")return}screenRecorder.startRecording { error inif let error = error {print("Error starting recording: \(error.localizedDescription)")} else {print("Recording started successfully.")}}
}

步骤 3:停止录屏

func stopRecording() {screenRecorder.stopRecording { previewController, error inif let error = error {print("Error stopping recording: \(error.localizedDescription)")} else {print("Recording stopped successfully.")}// 可选择展示预览界面if let previewController = previewController {previewController.previewControllerDelegate = selfself.present(previewController, animated: true)}}
}
extension YourViewController: RPPreviewViewControllerDelegate {func previewControllerDidFinish(_ previewController: RPPreviewViewController) {previewController.dismiss(animated: true, completion: nil)}
}

4. 不预览直接保存录制内容

RPScreenRecorder.shared().startCapture { sampleBuffer, bufferType, error inif let error = error {print("Error capturing: \(error.localizedDescription)")return}// 处理视频和音频数据if bufferType == .video {print("Captured video frame.")} else if bufferType == .audioApp || bufferType == .audioMic {print("Captured audio frame.")}
} completionHandler: { error inif let error = error {print("Error starting capture: \(error.localizedDescription)")} else {print("Capture started successfully.")}
}

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com