MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Delegate DataChannel.BufferingChangedDelegate

    Delegate for the BufferingChanged event.

    Namespace: Microsoft.MixedReality.WebRTC
    Assembly: Microsoft.MixedReality.WebRTC.dll
    Syntax
    public delegate void BufferingChangedDelegate(ulong previous, ulong current, ulong limit);
    Parameters
    Type Name Description
    UInt64 previous

    Previous buffering size, in bytes.

    UInt64 current

    New buffering size, in bytes.

    UInt64 limit

    Maximum buffering size, in bytes.

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