Delegate I420AVideoFrameRequestDelegate
Callback invoked when the WebRTC pipeline needs an external video source to generate a new video frame for the track(s) it is connected to.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public delegate void I420AVideoFrameRequestDelegate(in FrameRequest request);
Parameters
Type | Name | Description |
---|---|---|
FrameRequest | request | The request to fulfill with a new I420A video frame. |