namespace AVKit
{
[Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[Protocol(Name = "AVCaptureViewDelegate", WrapperType = typeof(AVCaptureViewDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "StartRecording", ParameterByRef = {false, false}, ParameterType = {typeof(AVKit.AVCaptureView), typeof(AVFoundation.AVCaptureFileOutput)}, Selector = "captureView:startRecordingToFileOutput:")]
[Unavailable(ObjCRuntime.PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All, null)]
[Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IAVCaptureViewDelegate : INativeObject, IDisposable
}