Share via


AVPlayer.AddBoundaryTimeObserver(NSValue[], DispatchQueue, Action) Method

Definition

[Foundation.Export("addBoundaryTimeObserverForTimes:queue:usingBlock:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject AddBoundaryTimeObserver(Foundation.NSValue[] times, CoreFoundation.DispatchQueue? queue, Action handler);
[<Foundation.Export("addBoundaryTimeObserverForTimes:queue:usingBlock:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddBoundaryTimeObserver : Foundation.NSValue[] * CoreFoundation.DispatchQueue * Action -> Foundation.NSObject
override this.AddBoundaryTimeObserver : Foundation.NSValue[] * CoreFoundation.DispatchQueue * Action -> Foundation.NSObject

Parameters

times
NSValue[]
handler
Action

Returns

Attributes

Applies to