MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Delegate Argb32VideoFrameDelegate

    Delegate used for events when an ARGB-encoded video frame has been produced and is ready for consumption.

    Namespace: Microsoft.MixedReality.WebRTC
    Assembly: Microsoft.MixedReality.WebRTC.dll
    Syntax
    public delegate void Argb32VideoFrameDelegate(Argb32VideoFrame frame);
    Parameters
    Type Name Description
    Argb32VideoFrame frame

    The newly available ARGB-encoded video frame.

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