共用方式為


AVSampleBufferRenderSynchronizer.RemoveAsync 方法

定義

public virtual System.Threading.Tasks.Task<bool> RemoveAsync (AVFoundation.IAVQueuedSampleBufferRendering renderer, CoreMedia.CMTime time);
abstract member RemoveAsync : AVFoundation.IAVQueuedSampleBufferRendering * CoreMedia.CMTime -> System.Threading.Tasks.Task<bool>
override this.RemoveAsync : AVFoundation.IAVQueuedSampleBufferRendering * CoreMedia.CMTime -> System.Threading.Tasks.Task<bool>

參數

time
CMTime

傳回

表示非同步 Remove 作業的工作。 TResult 參數的值的類型為 System.Action < System.Boolean > 。

備註

RemoveAsync 方法適合與 C# 非同步搭配使用,方法是將控制項傳回給代表作業之 Task 的呼叫端。

即將加入。

適用於