xamarintvos
namespace AVKit
{
    [Protocol(Name = "AVPlayerViewControllerDelegate", WrapperType = typeof(AVPlayerViewControllerDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidPresentInterstitialTimeRange", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVPlayerViewController), typeof(AVInterstitialTimeRange) }, Selector = "playerViewController:didPresentInterstitialTimeRange:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillBeginDismissalTransition", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVPlayerViewController) }, Selector = "playerViewControllerWillBeginDismissalTransition:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidEndDismissalTransition", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVPlayerViewController) }, Selector = "playerViewControllerDidEndDismissalTransition:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillPresentInterstitialTimeRange", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVPlayerViewController), typeof(AVInterstitialTimeRange) }, Selector = "playerViewController:willPresentInterstitialTimeRange:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillResumePlaybackAfterUserNavigatedFromTime", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(AVPlayerViewController), typeof(CMTime), typeof(CMTime) }, Selector = "playerViewController:willResumePlaybackAfterUserNavigatedFromTime:toTime:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelectMediaSelectionOption", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(AVPlayerViewController), typeof(AVMediaSelectionOption), typeof(AVMediaSelectionGroup) }, Selector = "playerViewController:didSelectMediaSelectionOption:inMediaSelectionGroup:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelectExternalSubtitleOptionLanguage", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVPlayerViewController), typeof(string) }, Selector = "playerViewController:didSelectExternalSubtitleOptionLanguage:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SkipToNextItem", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVPlayerViewController) }, Selector = "skipToNextItemForPlayerViewController:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SkipToPreviousItem", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVPlayerViewController) }, Selector = "skipToPreviousItemForPlayerViewController:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidAcceptContentProposal", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVPlayerViewController), typeof(AVContentProposal) }, Selector = "playerViewController:didAcceptContentProposal:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidRejectContentProposal", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVPlayerViewController), typeof(AVContentProposal) }, Selector = "playerViewController:didRejectContentProposal:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillTransitionToVisibilityOfTransportBar", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(AVPlayerViewController), typeof(bool), typeof(IAVPlayerViewControllerAnimationCoordinator) }, Selector = "playerViewController:willTransitionToVisibilityOfTransportBar:withAnimationCoordinator:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldDismiss", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVPlayerViewController) }, ReturnType = typeof(bool), Selector = "playerViewControllerShouldDismiss:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetTimeToSeekAfterUserNavigated", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(AVPlayerViewController), typeof(CMTime), typeof(CMTime) }, ReturnType = typeof(CMTime), Selector = "playerViewController:timeToSeekAfterUserNavigatedFromTime:toTime:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldPresentContentProposal", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVPlayerViewController), typeof(AVContentProposal) }, ReturnType = typeof(bool), Selector = "playerViewController:shouldPresentContentProposal:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetNextChannelInterstitialViewController", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVPlayerViewController) }, ReturnType = typeof(UIViewController), Selector = "nextChannelInterstitialViewControllerForPlayerViewController:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SkipToNextChannel", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V0) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVPlayerViewController), typeof(Action<bool>) }, Selector = "playerViewController:skipToNextChannel:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SkipToPreviousChannel", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V0) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVPlayerViewController), typeof(Action<bool>) }, Selector = "playerViewController:skipToPreviousChannel:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetPreviousChannelInterstitialViewController", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVPlayerViewController) }, ReturnType = typeof(UIViewController), Selector = "previousChannelInterstitialViewControllerForPlayerViewController:")]
    [Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
    public interface IAVPlayerViewControllerDelegate : INativeObject, IDisposable
}
nuget.org
0.0 %
Reference this API
0.0 %
Derive from this class or interface
.NET 6.07.08.09.0
Information specific to xamarintvos
Assembly

Xamarin.TVOS , 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

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