AVSampleBufferRenderSynchronizer.RemoveAsync Method

Definition

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>

Parameters

time
CMTime

Returns

A task that represents the asynchronous Remove operation. The value of the TResult parameter is of type System.Action<System.Boolean>.

Remarks

The RemoveAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Applies to