|
NERTC macOS/Windows SDK V5.9.20
|
#include <nertc_engine_video_encoder_qos_observer.h>
Public 成员函数 | |
| virtual void | onRequestSendKeyFrame (NERtcVideoStreamType video_stream_type) |
| virtual void | onBitrateUpdated (uint32_t bitrate_bps, NERtcVideoStreamType video_stream_type) |
| virtual void | onVideoCodecUpdated (NERtcVideoCodecType video_codec_type, NERtcVideoStreamType video_stream_type) |
INERtcVideoEncoderQosObserver 回调扩展接口类用于 SDK 向 App 上报视频编码 qos 信息。
|
inlinevirtual |
视频码率信息回调。
| 参数名称 | 类型 | 描述 |
|---|---|---|
| bitrate_bps | uint32_t | 码率。单位为 kbps。 |
| video_stream_type | NERtcVideoStreamType | 视频通道类型:
|
|
inlinevirtual |
I 帧请求事件回调。
| 参数名称 | 类型 | 描述 |
|---|---|---|
| video_stream_type | NERtcVideoStreamType | 视频通道类型:
|
|
inlinevirtual |
视频编码器类型信息回调。
| 参数名称 | 类型 | 描述 |
|---|---|---|
| video_codec_type | NERtcVideoCodecType | 视频编码器类型:
|
| video_stream_type | NERtcVideoStreamType | 视频通道类型:
|