AVFoundation.AVCaptureVideoDataOutputSampleBufferDelegate Class
Delegate class used to notify when a sample buffer has been written.

See Also: AVCaptureVideoDataOutputSampleBufferDelegate Members

Syntax

[Foundation.Model]
[Foundation.Protocol]
[Foundation.Register("AVCaptureVideoDataOutputSampleBufferDelegate", false)]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_4_0)]
public class AVCaptureVideoDataOutputSampleBufferDelegate : Foundation.NSObject, IAVCaptureVideoDataOutputSampleBufferDelegate, IDisposable

Remarks

See the sample linked on this page for a complete sample showing how to configure this delegate.

It is worth pointing out that the buffers delivered to the DidOutputSampleBuffer method come from a small pool of buffers in AVFoundation, and failure to call Dispose() on the buffers you receive will block the delivery of further frames.

Related content

Requirements

Namespace: AVFoundation
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0