更新时间: 2023-10-23 16:45:52
rtc::LocalVideoStats结构体 参考
Public 成员函数 | |
| LocalVideoStats () | |
Public 属性 | |
| int | sentBitrate |
| int | sentFrameRate |
| int | videoEncodeFps |
| int | targetBitrate |
| int | targetFrameRate |
| int | encodedFrameWidth |
| int | encodedFrameHeight |
| int | captureFrameRate |
| int | vJitter |
| int | vDecodeDur |
| int | vRtt |
构造及析构函数说明
◆ LocalVideoStats()
| rtc::LocalVideoStats::LocalVideoStats | ( | ) |
类成员变量说明
◆ sentBitrate
| int rtc::LocalVideoStats::sentBitrate |
Bitrate (Kbps) sent in the reported interval, which does not include the bitrate of the re-transmission video after packet loss.
◆ sentFrameRate
| int rtc::LocalVideoStats::sentFrameRate |
Frame rate (fps) sent in the reported interval, which does not include the frame rate of the re-transmission video after packet loss.
◆ videoEncodeFps
| int rtc::LocalVideoStats::videoEncodeFps |
The encoder output frame rate (fps) of the local video.
◆ targetBitrate
| int rtc::LocalVideoStats::targetBitrate |
The target bitrate (Kbps) of the current encoder. This value is estimated by the SDK based on the current network conditions.
◆ targetFrameRate
| int rtc::LocalVideoStats::targetFrameRate |
The target frame rate (fps) of the current encoder.
◆ encodedFrameWidth
| int rtc::LocalVideoStats::encodedFrameWidth |
The width of the encoding frame (px).
◆ encodedFrameHeight
| int rtc::LocalVideoStats::encodedFrameHeight |
The height of the encoding frame (px).
◆ captureFrameRate
| int rtc::LocalVideoStats::captureFrameRate |
The capture frame rate (fps) of the local video.
◆ vJitter
| int rtc::LocalVideoStats::vJitter |
Video jitter
◆ vDecodeDur
| int rtc::LocalVideoStats::vDecodeDur |
Video Decding time (ms)
◆ vRtt
| int rtc::LocalVideoStats::vRtt |
Video Upink rtt
该结构体的文档由以下文件生成:
