NERtc Android SDK
V5.3.1
|
Public 成员函数 | |
void | onRequestSendKeyFrame (NERtcVideoStreamType videoStreamType) |
void | onBitrateUpdated (int bitrateBps, NERtcVideoStreamType videoStreamType) |
void | onVideoCodecUpdated (NERtcVideoCodecType videoCodecType, NERtcVideoStreamType videoStreamType) |
回调扩展接口类,用于向 App 上报视频编码 QOS 信息。
void com.netease.lava.nertc.sdk.video.NERtcVideoEncoderQosObserver.onBitrateUpdated | ( | int | bitrateBps, |
NERtcVideoStreamType | videoStreamType | ||
) |
视频码率信息回调。
参数名称 | 类型 | 描述 |
---|---|---|
bitrateBps | int | 码率。单位为 kbps。 |
videoStreamType | video.NERtcVideoStreamType | 视频通道类型:
|
void com.netease.lava.nertc.sdk.video.NERtcVideoEncoderQosObserver.onRequestSendKeyFrame | ( | NERtcVideoStreamType | videoStreamType | ) |
I 帧请求事件回调。
参数名称 | 类型 | 描述 |
---|---|---|
videoStreamType | video.NERtcVideoStreamType | 视频通道类型:
|
void com.netease.lava.nertc.sdk.video.NERtcVideoEncoderQosObserver.onVideoCodecUpdated | ( | NERtcVideoCodecType | videoCodecType, |
NERtcVideoStreamType | videoStreamType | ||
) |
视频编码器类型信息回调。
参数名称 | 类型 | 描述 |
---|---|---|
videoCodecType | video.NERtcVideoCodecType | 视频编码器类型:
|
videoStreamType | video.NERtcVideoStreamType | 视频通道类型:
|