docs.unity.cn
    Show / Hide Table of Contents

    Class RTCSentRtpStreamStats

    Inheritance
    Object
    RTCStats
    RTCRTPStreamStats
    RTCSentRtpStreamStats
    RTCRemoteOutboundRtpStreamStats
    Inherited Members
    RTCRTPStreamStats.ssrc
    RTCRTPStreamStats.kind
    RTCRTPStreamStats.transportId
    RTCRTPStreamStats.codecId
    RTCStats.Type
    RTCStats.Id
    RTCStats.Timestamp
    RTCStats.UtcTimeStamp
    RTCStats.Dict
    RTCStats.ToJson()
    Namespace: Unity.WebRTC
    Syntax
    public class RTCSentRtpStreamStats : RTCRTPStreamStats

    Properties

    bytesSent

    Declaration
    public ulong bytesSent { get; }
    Property Value
    Type Description
    UInt64

    packetsSent

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