AVFoundation目录 (持续更新)

AVFoundation 媒体捕捉

1. AVFoundation入门

2. 捕捉会话: AVCaptureSession

3. 捕捉设备: AVCaptureDevice

4. 捕捉设备输出: AVCaptureOutput

  • AVCaptureStillImageOutput
  • AVCapturePhotoOutput
  • AVCaptureVideoDataOutput & AVCaptureAudioOutput
  • AVCaptureFileOutput

5. 捕捉预览: AVCaptureVideoPreviewLayer

6. 捕捉连接: AVCaptureConnection

7. 项目实践: 自定义相机

你可能感兴趣的:(AVFoundation目录 (持续更新))