docs.unity.cn
    Show / Hide Table of Contents

    Class RTCStats

    Inheritance
    Object
    RTCStats
    RTCCertificateStats
    RTCCodecStats
    RTCDataChannelStats
    RTCIceCandidatePairStats
    RTCIceCandidateStats
    RTCMediaSourceStats
    RTCMediaStreamStats
    RTCMediaStreamTrackStats
    RTCPeerConnectionStats
    RTCReceiverStats
    RTCRTPStreamStats
    RTCSenderStats
    RTCTransceiverStats
    RTCTransportStats
    Namespace: Unity.WebRTC
    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
    Int64

    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
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 4, 2022
    Terms of use