MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX