Show / Hide Table of Contents

    Delegate ARGBVideoFrameDelegate

    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 ARGBVideoFrameDelegate(ARGBVideoFrame frame);
    Parameters
    Type Name Description
    ARGBVideoFrame frame

    The newly available ARGB-encoded video frame.

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