|
NERtc Unity SDK
V4.5.907
|
Public Attributes | |
| int | numChannels |
| int | sentSampleRate |
| int | sentBitrate |
| int | audioLossRate |
| long | rtt |
| uint | volume |
| uint | capVolume |
The local audio stream stats.
| int nertc.RtcAudioSendStats.numChannels |
The number of channels currently collected.
| int nertc.RtcAudioSendStats.sentSampleRate |
The sample rate of local uplink audio stream.
| int nertc.RtcAudioSendStats.sentBitrate |
Publishing bitrate after last report (kbps).
| int nertc.RtcAudioSendStats.audioLossRate |
Audio packet loss rate in a specific time (%).
| long nertc.RtcAudioSendStats.rtt |
Round trip time.
| uint nertc.RtcAudioSendStats.volume |
Volume range: 0 (lowest) to 100 (highest).
| uint nertc.RtcAudioSendStats.capVolume |