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

    Class RTCStatsReport

    Inheritance
    Object
    RTCStatsReport
    Namespace: Unity.WebRTC
    Syntax
    public class RTCStatsReport : IDisposable

    Properties

    Stats

    Declaration
    public IDictionary<string, RTCStats> Stats { get; }
    Property Value
    Type Description
    IDictionary<String, RTCStats>

    Methods

    Dispose()

    Declaration
    public void Dispose()
    Implements
    IDisposable.Dispose()

    Finalize()

    Declaration
    protected void Finalize()

    Get(String)

    Declaration
    public RTCStats Get(string id)
    Parameters
    Type Name Description
    String id
    Returns
    Type Description
    RTCStats

    TryGetValue(String, out RTCStats)

    Declaration
    public bool TryGetValue(string id, out RTCStats stats)
    Parameters
    Type Name Description
    String id
    RTCStats stats
    Returns
    Type Description
    Boolean
    トップに戻る
    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