docs.unity.cn
    Show / Hide Table of Contents

    Class RTCRTPStreamStats

    Inheritance
    Object
    RTCStats
    RTCRTPStreamStats
    RTCOutboundRTPStreamStats
    RTCReceivedRtpStreamStats
    RTCSentRtpStreamStats
    Inherited Members
    RTCStats.Type
    RTCStats.Id
    RTCStats.Timestamp
    RTCStats.UtcTimeStamp
    RTCStats.Dict
    RTCStats.ToJson()
    Namespace: Unity.WebRTC
    Syntax
    public class RTCRTPStreamStats : RTCStats

    Properties

    codecId

    Declaration
    public string codecId { get; }
    Property Value
    Type Description
    String

    kind

    Declaration
    public string kind { get; }
    Property Value
    Type Description
    String

    ssrc

    Declaration
    public uint ssrc { get; }
    Property Value
    Type Description
    UInt32

    transportId

    Declaration
    public string transportId { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 4, 2022
    Terms of use