Share via


IAVPictureInPictureSampleBufferPlaybackDelegate Interface

Definition

This interface represents the Objective-C protocol AVPictureInPictureSampleBufferPlaybackDelegate.

[Foundation.Protocol(Name="AVPictureInPictureSampleBufferPlaybackDelegate", WrapperType=typeof(AVKit.AVPictureInPictureSampleBufferPlaybackDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="SetPlaying", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVKit.AVPictureInPictureController), typeof(System.Boolean) }, Selector="pictureInPictureController:setPlaying:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetTimeRange", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AVKit.AVPictureInPictureController) }, ReturnType=typeof(CoreMedia.CMTimeRange), Selector="pictureInPictureControllerTimeRangeForPlayback:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="IsPlaybackPaused", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AVKit.AVPictureInPictureController) }, ReturnType=typeof(System.Boolean), Selector="pictureInPictureControllerIsPlaybackPaused:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="DidTransitionToRenderSize", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVKit.AVPictureInPictureController), typeof(CoreMedia.CMVideoDimensions) }, Selector="pictureInPictureController:didTransitionToRenderSize:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="SkipByInterval", ParameterBlockProxy=new System.Type[] { null, null, typeof(ObjCRuntime.Trampolines+NIDAction) }, ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AVKit.AVPictureInPictureController), typeof(CoreMedia.CMTime), typeof(System.Action) }, Selector="pictureInPictureController:skipByInterval:completionHandler:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldProhibitBackgroundAudioPlayback", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AVKit.AVPictureInPictureController) }, ReturnType=typeof(System.Boolean), Selector="pictureInPictureControllerShouldProhibitBackgroundAudioPlayback:")]
public interface IAVPictureInPictureSampleBufferPlaybackDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="AVPictureInPictureSampleBufferPlaybackDelegate", WrapperType=typeof(AVKit.AVPictureInPictureSampleBufferPlaybackDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="SetPlaying", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVKit.AVPictureInPictureController), typeof(System.Boolean) }, Selector="pictureInPictureController:setPlaying:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetTimeRange", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AVKit.AVPictureInPictureController) }, ReturnType=typeof(CoreMedia.CMTimeRange), Selector="pictureInPictureControllerTimeRangeForPlayback:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="IsPlaybackPaused", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AVKit.AVPictureInPictureController) }, ReturnType=typeof(System.Boolean), Selector="pictureInPictureControllerIsPlaybackPaused:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="DidTransitionToRenderSize", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVKit.AVPictureInPictureController), typeof(CoreMedia.CMVideoDimensions) }, Selector="pictureInPictureController:didTransitionToRenderSize:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="SkipByInterval", ParameterBlockProxy=new System.Type[] { null, null, typeof(ObjCRuntime.Trampolines+NIDAction) }, ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AVKit.AVPictureInPictureController), typeof(CoreMedia.CMTime), typeof(System.Action) }, Selector="pictureInPictureController:skipByInterval:completionHandler:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldProhibitBackgroundAudioPlayback", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AVKit.AVPictureInPictureController) }, ReturnType=typeof(System.Boolean), Selector="pictureInPictureControllerShouldProhibitBackgroundAudioPlayback:")>]
type IAVPictureInPictureSampleBufferPlaybackDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to