AVSampleBufferDisplayLayer.RequestMediaDataWhenReadyOnQueue Method

Definition

Caution

Use the 'RequestMediaData' method instead.

Causes enqueuer to be called repeatedly to gather frames for decompression and display.

[System.Obsolete("Use the 'RequestMediaData' method instead.", false)]
public virtual void RequestMediaDataWhenReadyOnQueue (CoreFoundation.DispatchQueue queue, Action enqueuer);
abstract member RequestMediaDataWhenReadyOnQueue : CoreFoundation.DispatchQueue * Action -> unit
override this.RequestMediaDataWhenReadyOnQueue : CoreFoundation.DispatchQueue * Action -> unit

Parameters

queue
DispatchQueue

The queue to which to add frames.

enqueuer
Action

The method that will gather frames.

Attributes

Applies to