xamarinmac
namespace AVKit
{
[Introduced(PlatformName.MacOSX, 10, 15, PlatformArchitecture.All, null)]
[Protocol(Name = "AVPlayerViewPictureInPictureDelegate", WrapperType = typeof(AVPlayerViewPictureInPictureDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillStart", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVPlayerView) }, Selector = "playerViewWillStartPictureInPicture:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidStart", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVPlayerView) }, Selector = "playerViewDidStartPictureInPicture:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "FailedToStart", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVPlayerView), typeof(NSError) }, Selector = "playerView:failedToStartPictureInPictureWithError:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillStop", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVPlayerView) }, Selector = "playerViewWillStopPictureInPicture:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidStop", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVPlayerView) }, Selector = "playerViewDidStopPictureInPicture:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RestoreUserInterface", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V0) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVPlayerView), typeof(Action<bool>) }, Selector = "playerView:restoreUserInterfaceForPictureInPictureStopWithCompletionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldAutomaticallyDismiss", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVPlayerView) }, ReturnType = typeof(bool), Selector = "playerViewShouldAutomaticallyDismissAtPictureInPictureStart:")]
[Unavailable(PlatformName.iOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface IAVPlayerViewPictureInPictureDelegate : INativeObject, IDisposable
}
.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. |