docs.unity3d.com
    目次を表示する/隠す

    Class RTCStats

    Inheritance
    Object
    RTCStats
    RTCAudioPlayoutStats
    RTCCertificateStats
    RTCCodecStats
    RTCDataChannelStats
    RTCIceCandidatePairStats
    RTCIceCandidateStats
    RTCMediaSourceStats
    RTCPeerConnectionStats
    RTCRTPStreamStats
    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
    トップに戻る
    Copyright © 2023 Unity Technologies
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on Wednesday, November 1, 2023