namespace AVKit
{
[Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 15, ObjCRuntime.PlatformArchitecture.All, null)]
[Introduced(ObjCRuntime.PlatformName.TvOS, 14, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[Protocol(Name = "AVPictureInPictureControllerDelegate", WrapperType = typeof(AVPictureInPictureControllerDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillStartPictureInPicture", ParameterByRef = {false}, ParameterType = {typeof(AVKit.AVPictureInPictureController)}, Selector = "pictureInPictureControllerWillStartPictureInPicture:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidStartPictureInPicture", ParameterByRef = {false}, ParameterType = {typeof(AVKit.AVPictureInPictureController)}, Selector = "pictureInPictureControllerDidStartPictureInPicture:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "FailedToStartPictureInPicture", ParameterByRef = {false, false}, ParameterType = {typeof(AVKit.AVPictureInPictureController), typeof(Foundation.NSError)}, Selector = "pictureInPictureController:failedToStartPictureInPictureWithError:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillStopPictureInPicture", ParameterByRef = {false}, ParameterType = {typeof(AVKit.AVPictureInPictureController)}, Selector = "pictureInPictureControllerWillStopPictureInPicture:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidStopPictureInPicture", ParameterByRef = {false}, ParameterType = {typeof(AVKit.AVPictureInPictureController)}, Selector = "pictureInPictureControllerDidStopPictureInPicture:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RestoreUserInterfaceForPictureInPicture", ParameterBlockProxy = {null, typeof(ObjCRuntime.Trampolines.NIDActionArity1V0)}, ParameterByRef = {false, false}, ParameterType = {typeof(AVKit.AVPictureInPictureController), typeof(System.Action<bool>)}, Selector = "pictureInPictureController:restoreUserInterfaceForPictureInPictureStopWithCompletionHandler:")]
public interface IAVPictureInPictureControllerDelegate : INativeObject, IDisposable
}