docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RTCSentRtpStreamStats

    Statistics for sent RTP streams.

    Inheritance
    object
    RTCStats
    RTCRTPStreamStats
    RTCSentRtpStreamStats
    RTCOutboundRTPStreamStats
    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
    Assembly: Unity.WebRTC.dll
    Syntax
    public class RTCSentRtpStreamStats : RTCRTPStreamStats

    Properties

    bytesSent

    The total number of bytes sent in the RTP stream.

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

    packetsSent

    The number of packets sent in the RTP stream.

    Declaration
    public ulong packetsSent { get; }
    Property Value
    Type Description
    ulong
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)