docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RTCStats

    Inheritance
    object
    RTCStats
    RTCAudioPlayoutStats
    RTCCertificateStats
    RTCCodecStats
    RTCDataChannelStats
    RTCIceCandidatePairStats
    RTCIceCandidateStats
    RTCMediaSourceStats
    RTCPeerConnectionStats
    RTCRTPStreamStats
    RTCTransportStats
    Namespace: Unity.WebRTC
    Assembly: Unity.WebRTC.dll
    Syntax
    public class RTCStats

    Properties

    Dict

    Declaration
    public IDictionary<string, object> Dict { get; }
    Property Value
    Type Description
    IDictionary<string, object>

    Id

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    string

    Timestamp

    this timestamp is utc epoch time micro seconds.

    Declaration
    public long Timestamp { get; }
    Property Value
    Type Description
    long

    Type

    Declaration
    public RTCStatsType Type { get; }
    Property Value
    Type Description
    RTCStatsType

    UtcTimeStamp

    Declaration
    public DateTime UtcTimeStamp { get; }
    Property Value
    Type Description
    DateTime

    Methods

    ToJson()

    Declaration
    public string ToJson()
    Returns
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)