AVSampleBufferDisplayLayer.RequestMediaDataWhenReadyOnQueue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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