AVPlayerInterstitialEvent.Create 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.
Overloads
| Name | Description |
|---|---|
| Create(AVPlayerItem, CMTime) | |
| Create(AVPlayerItem, NSDate) |
Create(AVPlayerItem, CMTime)
[Foundation.Export("interstitialEventWithPrimaryItem:time:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AVFoundation.AVPlayerInterstitialEvent Create(AVFoundation.AVPlayerItem primaryItem, CoreMedia.CMTime time);
[<Foundation.Export("interstitialEventWithPrimaryItem:time:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : AVFoundation.AVPlayerItem * CoreMedia.CMTime -> AVFoundation.AVPlayerInterstitialEvent
Parameters
- primaryItem
- AVPlayerItem
- time
- CMTime
Returns
- Attributes
Applies to
Create(AVPlayerItem, NSDate)
[Foundation.Export("interstitialEventWithPrimaryItem:date:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AVFoundation.AVPlayerInterstitialEvent Create(AVFoundation.AVPlayerItem primaryItem, Foundation.NSDate date);
[<Foundation.Export("interstitialEventWithPrimaryItem:date:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : AVFoundation.AVPlayerItem * Foundation.NSDate -> AVFoundation.AVPlayerInterstitialEvent
Parameters
- primaryItem
- AVPlayerItem
- date
- NSDate
Returns
- Attributes