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 ulong packetsSent { get; }
Property Value
| Type | Description |
|---|---|
| UInt64 |