irpas技术客

iOS 音视频开发之AVCaptureMetadataOutput_ReyZhang

大大的周 4203

一、介绍

首先要知道 AVCaptureMetadataOutput 能做什么? 看官方文档的介绍:

A capture output for processing timed metadata produced by a capture session.

翻译过来就是: 用于处理AVCaptureSession产生的定时元数据的捕获输出

类的声明:

@interface AVCaptureMetadataOutput : AVCaptureOutput

可以看到它继承自 AVCaptureOutput

An AVCaptureMetadataOutput object intercepts metadata objects emitted by its associated capture connection and forwards them to a delegate object for processing. You can use instances of this class to process specific types of metadata included with the input data. You use this class the way you do other o


1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,会注明原创字样,如未注明都非原创,如有侵权请联系删除!;3.作者投稿可能会经我们编辑修改或补充;4.本站不提供任何储存功能只提供收集或者投稿人的网盘链接。

标签: #iOS