Class RTCSentRtpStreamStats
Inherited Members
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public class RTCSentRtpStreamStats : RTCRTPStreamStats
Properties
bytesSent
Declaration
public ulong bytesSent { get; }
Property Value
Type | Description |
---|---|
ulong |
packetsSent
Declaration
public ulong packetsSent { get; }
Property Value
Type | Description |
---|---|
ulong |