NERtc Unity SDK  V4.5.907
Public Attributes | List of all members
nertc.RtcStats Struct Reference

Public Attributes

uint cpuAppUsage
 
uint cpuIdleUsage
 
uint cpuTotalUsage
 
uint memoryAppUsage
 
uint memoryTotalUsage
 
uint memoryAppKbytes
 
int totalDuration
 
ulong txBytes
 
ulong rxBytes
 
ulong txAudioBytes
 
ulong txVideoBytes
 
ulong rxAudioBytes
 
ulong rxVideoBytes
 
int txAudioKbitrate
 
int rxAudioKbitrate
 
int txVideoKbitrate
 
int rxVideoKbitrate
 
int upRtt
 
int downRtt
 
int txAudioPacketLossRate
 
int txVideoPacketLossRate
 
int txAudioPacketLossSum
 
int txVideoPacketLossSum
 
int txAudioJitter
 
int txVideoJitter
 
int rxAudioPacketLossRate
 
int rxVideoPacketLossRate
 
int rxAudioPacketLossSum
 
int rxVideoPacketLossSum
 
int rxAudioJitter
 
int rxVideoJitter
 

Detailed Description

Stats related to calls.

Member Data Documentation

◆ cpuAppUsage

uint nertc.RtcStats.cpuAppUsage

The CPU usage occupied by the app (%).

◆ cpuIdleUsage

uint nertc.RtcStats.cpuIdleUsage

The CPU idle rate of the current system (%).

◆ cpuTotalUsage

uint nertc.RtcStats.cpuTotalUsage

The current system CPU usage (%).

◆ memoryAppUsage

uint nertc.RtcStats.memoryAppUsage

The current memory usage occupied by the app (%).

◆ memoryTotalUsage

uint nertc.RtcStats.memoryTotalUsage

The current system memory usage (%).

◆ memoryAppKbytes

uint nertc.RtcStats.memoryAppKbytes

The current memory used by the app (KB).

◆ totalDuration

int nertc.RtcStats.totalDuration

Call duration in seconds.

◆ txBytes

ulong nertc.RtcStats.txBytes

The number of bytes sent. This is the cumulative value. (bytes)

◆ rxBytes

ulong nertc.RtcStats.rxBytes

The number of bytes received. This is the cumulative value. (bytes)

◆ txAudioBytes

ulong nertc.RtcStats.txAudioBytes

The number of audio bytes sent. This is the cumulative value. (bytes)

◆ txVideoBytes

ulong nertc.RtcStats.txVideoBytes

The number of video bytes sent. This is the cumulative value. (bytes)

◆ rxAudioBytes

ulong nertc.RtcStats.rxAudioBytes

The number of audio bytes received. This is the cumulative value. (bytes)

◆ rxVideoBytes

ulong nertc.RtcStats.rxVideoBytes

The number of video bytes received. This is the cumulative value. (bytes)

◆ txAudioKbitrate

int nertc.RtcStats.txAudioKbitrate

Audio bitrate for publishing. (kbps)

◆ rxAudioKbitrate

int nertc.RtcStats.rxAudioKbitrate

Audio bitrate for subscribed streams. (kbps)

◆ txVideoKbitrate

int nertc.RtcStats.txVideoKbitrate

Video bitrate for publishing. (kbps)

◆ rxVideoKbitrate

int nertc.RtcStats.rxVideoKbitrate

Video bitrate for subscribed streams. (kbps)

◆ upRtt

int nertc.RtcStats.upRtt

Average uplink round trip time. (ms)

◆ downRtt

int nertc.RtcStats.downRtt

Average downlink round-trip time. (ms)

◆ txAudioPacketLossRate

int nertc.RtcStats.txAudioPacketLossRate

The actual uplink packet loss rate of the local audio stream. (%)

◆ txVideoPacketLossRate

int nertc.RtcStats.txVideoPacketLossRate

The actual uplink packet loss rate of the local video stream. (%)

◆ txAudioPacketLossSum

int nertc.RtcStats.txAudioPacketLossSum

The actual number of lost packets for local upstream audio.

◆ txVideoPacketLossSum

int nertc.RtcStats.txVideoPacketLossSum

Actual number of lost packets for local upstream video.

◆ txAudioJitter

int nertc.RtcStats.txAudioJitter

Local upstream audio jitter calculation. (ms)

◆ txVideoJitter

int nertc.RtcStats.txVideoJitter

Local uplink video jitter calculation. (ms)

◆ rxAudioPacketLossRate

int nertc.RtcStats.rxAudioPacketLossRate

Actual packet loss of local downlink audio stream. (%)

◆ rxVideoPacketLossRate

int nertc.RtcStats.rxVideoPacketLossRate

Actual local downstream video packet loss rate. (%)

◆ rxAudioPacketLossSum

int nertc.RtcStats.rxAudioPacketLossSum

Actual number of lost packets for local downstream audio.

◆ rxVideoPacketLossSum

int nertc.RtcStats.rxVideoPacketLossSum

Actual number of lost packets for local downstream video.

◆ rxAudioJitter

int nertc.RtcStats.rxAudioJitter

Local downstream audio jitter calculation. (ms)

◆ rxVideoJitter

int nertc.RtcStats.rxVideoJitter

Local downstream video jitter calculation. (ms)


The documentation for this struct was generated from the following file: