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

See Also: AVCaptureVideoDataOutputSampleBufferDelegate Members

Syntax

[MonoTouch.Foundation.Model]
[MonoTouch.Foundation.Protocol]
[MonoTouch.Foundation.Register("AVCaptureVideoDataOutputSampleBufferDelegate", false)]
[MonoTouch.ObjCRuntime.Availability(Introduced=MonoTouch.ObjCRuntime.Platform.iOS_4_0)]
public class AVCaptureVideoDataOutputSampleBufferDelegate : MonoTouch.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: MonoTouch.AVFoundation
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0