Delegate Argb32VideoFrameRequestDelegate
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 Argb32VideoFrameRequestDelegate(in FrameRequest request);
Parameters
Type | Name | Description |
---|---|---|
FrameRequest | request | The request to fulfill with a new ARGB32 video frame. |