Share via


IAVCaptureFileOutputDelegate Interface

Definition

This interface represents the Objective-C protocol AVCaptureFileOutputDelegate.

[Foundation.Protocol(Name="AVCaptureFileOutputDelegate", WrapperType=typeof(AVFoundation.AVCaptureFileOutputDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ShouldProvideSampleAccurateRecordingStart", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVCaptureOutput) }, ReturnType=typeof(System.Boolean), Selector="captureOutputShouldProvideSampleAccurateRecordingStart:")]
[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 IAVCaptureFileOutputDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="AVCaptureFileOutputDelegate", WrapperType=typeof(AVFoundation.AVCaptureFileOutputDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ShouldProvideSampleAccurateRecordingStart", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AVFoundation.AVCaptureOutput) }, ReturnType=typeof(System.Boolean), Selector="captureOutputShouldProvideSampleAccurateRecordingStart:")>]
[<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 IAVCaptureFileOutputDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to