IAVCaptureMetadataOutputObjectsDelegate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A delegate object that allows the application developer to respond to the arrival of metadata capture objects.
[Foundation.Protocol(Name="AVCaptureMetadataOutputObjectsDelegate", WrapperType=typeof(AVFoundation.AVCaptureMetadataOutputObjectsDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidOutputMetadataObjects", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVCaptureMetadataOutput), typeof(AVFoundation.AVMetadataObject[]), typeof(AVFoundation.AVCaptureConnection) }, Selector="captureOutput:didOutputMetadataObjects:fromConnection:")]
public interface IAVCaptureMetadataOutputObjectsDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="AVCaptureMetadataOutputObjectsDelegate", WrapperType=typeof(AVFoundation.AVCaptureMetadataOutputObjectsDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidOutputMetadataObjects", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVCaptureMetadataOutput), typeof(AVFoundation.AVMetadataObject[]), typeof(AVFoundation.AVCaptureConnection) }, Selector="captureOutput:didOutputMetadataObjects:fromConnection:")>]
type IAVCaptureMetadataOutputObjectsDelegate = interface
interface INativeObject
interface IDisposable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
| Name | Description |
|---|---|
| DidOutputMetadataObjects(AVCaptureMetadataOutput, AVMetadataObject[], AVCaptureConnection) | |