MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Struct PeerConnection.TransportStats

    Subset of RTCTransportStats. See https://www.w3.org/TR/webrtc-stats/#transportstats-dict*.

    Namespace: Microsoft.MixedReality.WebRTC
    Assembly: Microsoft.MixedReality.WebRTC.dll
    Syntax
    public struct TransportStats

    Fields

    | Improve this Doc View Source

    BytesReceived

    Total number of payload bytes received on this PeerConnection, excluding headers and paddings.

    Declaration
    public ulong BytesReceived
    Field Value
    Type Description
    UInt64
    | Improve this Doc View Source

    BytesSent

    Total number of payload bytes sent on this PeerConnection, excluding headers and paddings.

    Declaration
    public ulong BytesSent
    Field Value
    Type Description
    UInt64
    | Improve this Doc View Source

    TimestampUs

    Unix timestamp (time since Epoch) of the statistics. For remote statistics, this is the time at which the information reached the local endpoint.

    Declaration
    public long TimestampUs
    Field Value
    Type Description
    Int64
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX