Share via


IAVCaptureAudioDataOutputSampleBufferDelegate Interface

Definition

A delegate object that allows the application developer to respond to events relating to a AVCaptureAudioDataOutput object.

[Foundation.Protocol(Name="AVCaptureAudioDataOutputSampleBufferDelegate", WrapperType=typeof(AVFoundation.AVCaptureAudioDataOutputSampleBufferDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidOutputSampleBuffer", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVCaptureOutput), typeof(CoreMedia.CMSampleBuffer), typeof(AVFoundation.AVCaptureConnection) }, Selector="captureOutput:didOutputSampleBuffer:fromConnection:")]
public interface IAVCaptureAudioDataOutputSampleBufferDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="AVCaptureAudioDataOutputSampleBufferDelegate", WrapperType=typeof(AVFoundation.AVCaptureAudioDataOutputSampleBufferDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidOutputSampleBuffer", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVCaptureOutput), typeof(CoreMedia.CMSampleBuffer), typeof(AVFoundation.AVCaptureConnection) }, Selector="captureOutput:didOutputSampleBuffer:fromConnection:")>]
type IAVCaptureAudioDataOutputSampleBufferDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Applies to

See also