xamarinmac
namespace AVFoundation
{
    [Protocol(Name = "AVCaptureFileOutputRecordingDelegate", WrapperType = typeof(AVCaptureFileOutputRecordingDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidStartRecording", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(AVCaptureFileOutput), typeof(NSUrl), typeof(NSObject[]) }, Selector = "captureOutput:didStartRecordingToOutputFileAtURL:fromConnections:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "FinishedRecording", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(AVCaptureFileOutput), typeof(NSUrl), typeof(NSObject[]), typeof(NSError) }, Selector = "captureOutput:didFinishRecordingToOutputFileAtURL:fromConnections:error:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidPauseRecording", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(AVCaptureFileOutput), typeof(NSUrl), typeof(AVCaptureConnection[]) }, Selector = "captureOutput:didPauseRecordingToOutputFileAtURL:fromConnections:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidResumeRecording", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(AVCaptureFileOutput), typeof(NSUrl), typeof(AVCaptureConnection[]) }, Selector = "captureOutput:didResumeRecordingToOutputFileAtURL:fromConnections:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillFinishRecording", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(AVCaptureFileOutput), typeof(NSUrl), typeof(AVCaptureConnection[]), typeof(NSError) }, Selector = "captureOutput:willFinishRecordingToOutputFileAtURL:fromConnections:error:")]
    [Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
    [Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
    public interface IAVCaptureFileOutputRecordingDelegate : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("captureOutput:didFinishRecordingToOutputFileAtURL:fromConnections:error:")]
        [Preserve(Conditional = true)]
        void FinishedRecording(AVCaptureFileOutput! captureOutput, NSUrl! outputFileUrl, NSObject![]! connections, NSError? error);
    }
}
.NET 6.07.08.09.0
Information specific to xamarinmac
Assembly

Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

11/12/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙