IAVCaptureAudioDataOutputSampleBufferDelegate 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 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
Properties
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
| DidOutputSampleBuffer(AVCaptureOutput, CMSampleBuffer, AVCaptureConnection) |
Extension Methods
| DidOutputSampleBuffer(IAVCaptureAudioDataOutputSampleBufferDelegate, AVCaptureOutput, CMSampleBuffer, AVCaptureConnection) | |
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) |