AVPlayerPlaybackCoordinatorDelegate.GetInterstitialTimeRanges Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("playbackCoordinator:interstitialTimeRangesForPlayerItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSValue[] GetInterstitialTimeRanges(AVFoundation.AVPlayerPlaybackCoordinator coordinator, AVFoundation.AVPlayerItem playerItem);
[<Foundation.Export("playbackCoordinator:interstitialTimeRangesForPlayerItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetInterstitialTimeRanges : AVFoundation.AVPlayerPlaybackCoordinator * AVFoundation.AVPlayerItem -> Foundation.NSValue[]
override this.GetInterstitialTimeRanges : AVFoundation.AVPlayerPlaybackCoordinator * AVFoundation.AVPlayerItem -> Foundation.NSValue[]
Parameters
- coordinator
- AVPlayerPlaybackCoordinator
- playerItem
- AVPlayerItem
Returns
NSValue[]
Implements
- Attributes