NERecord Linux SDK 5.5.3103
Loading...
Searching...
No Matches
Public Attributes | List of all members
nerecord::NERtcAudioLayerSendStats Struct Reference

#include <nerecord_engine_defines.h>

Public Attributes

NERtcAudioStreamType stream_type
 
int num_channels
 
int sent_sample_rate
 
int sent_bitrate
 
int audio_loss_rate
 
int64_t rtt
 
unsigned int volume
 
unsigned int cap_volume
 

Detailed Description

本地单条音频流上传统计信息。

Member Data Documentation

◆ audio_loss_rate

int nerecord::NERtcAudioLayerSendStats::audio_loss_rate

特定时间内的音频丢包率 (%)。

◆ cap_volume

unsigned int nerecord::NERtcAudioLayerSendStats::cap_volume

采集音量,范围为 0(最低)- 100(最高)。

◆ num_channels

int nerecord::NERtcAudioLayerSendStats::num_channels

当前采集声道数。

◆ rtt

int64_t nerecord::NERtcAudioLayerSendStats::rtt

RTT。

◆ sent_bitrate

int nerecord::NERtcAudioLayerSendStats::sent_bitrate

(上次统计后)发送码率(Kbps)。

◆ sent_sample_rate

int nerecord::NERtcAudioLayerSendStats::sent_sample_rate

地上行音频采样率。

◆ stream_type

NERtcAudioStreamType nerecord::NERtcAudioLayerSendStats::stream_type

音频流通道类型。

◆ volume

unsigned int nerecord::NERtcAudioLayerSendStats::volume

音量,范围为 0(最低)- 100(最高)。


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