AVPlayerItemIntegratedTimeline.AddBoundaryTimeObserver 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("addBoundaryTimeObserverForSegment:offsetsIntoSegment:queue:usingBlock:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AVFoundation.IAVPlayerItemIntegratedTimelineObserver AddBoundaryTimeObserver(AVFoundation.AVPlayerItemSegment segment, CoreMedia.CMTime[] offsetsIntoSegment, CoreFoundation.DispatchQueue? queue, AVFoundation.AVPlayerItemIntegratedTimelineAddBoundaryTimeObserverCallback callback);
[<Foundation.Export("addBoundaryTimeObserverForSegment:offsetsIntoSegment:queue:usingBlock:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddBoundaryTimeObserver : AVFoundation.AVPlayerItemSegment * CoreMedia.CMTime[] * CoreFoundation.DispatchQueue * AVFoundation.AVPlayerItemIntegratedTimelineAddBoundaryTimeObserverCallback -> AVFoundation.IAVPlayerItemIntegratedTimelineObserver
override this.AddBoundaryTimeObserver : AVFoundation.AVPlayerItemSegment * CoreMedia.CMTime[] * CoreFoundation.DispatchQueue * AVFoundation.AVPlayerItemIntegratedTimelineAddBoundaryTimeObserverCallback -> AVFoundation.IAVPlayerItemIntegratedTimelineObserver
Parameters
- segment
- AVPlayerItemSegment
- offsetsIntoSegment
- CMTime[]
- queue
- DispatchQueue
Returns
- Attributes