AVSampleBufferDisplayLayer.RequestMediaData(DispatchQueue, Action) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當圖層準備好 handler
收集框架以進行解壓縮和顯示時所呼叫的方法。
[Foundation.Export("requestMediaDataWhenReadyOnQueue:usingBlock:")]
public virtual void RequestMediaData (CoreFoundation.DispatchQueue queue, Action handler);
abstract member RequestMediaData : CoreFoundation.DispatchQueue * Action -> unit
override this.RequestMediaData : CoreFoundation.DispatchQueue * Action -> unit
參數
- queue
- DispatchQueue
要加入框架的佇列。
- handler
- Action
將收集框架的方法。
- 屬性