Class RTCSentRtpStreamStats
Inherited Members
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 |