AVPlayer.AddBoundaryTimeObserver(NSValue[], DispatchQueue, Action) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當播放到達 CMTime 中的 times
物件時, handler
系統會呼叫 。
[Foundation.Export("addBoundaryTimeObserverForTimes:queue:usingBlock:")]
public virtual Foundation.NSObject AddBoundaryTimeObserver (Foundation.NSValue[] times, CoreFoundation.DispatchQueue queue, Action handler);
abstract member AddBoundaryTimeObserver : Foundation.NSValue[] * CoreFoundation.DispatchQueue * Action -> Foundation.NSObject
override this.AddBoundaryTimeObserver : Foundation.NSValue[] * CoreFoundation.DispatchQueue * Action -> Foundation.NSObject
參數
傳回
必須傳遞至 RemoveTimeObserver(NSObject) 的不透明 NSObject 。
- 屬性
備註
handler
如果 中的 times
值關閉,則不保證呼叫 。 因此,開發人員應該確保其 Action 會處理附近 CurrentTime 所需的所有邏輯行為。