WebRTC Native M96 SDK接口封装--setVideoEncoderConfiguration设置本地视频的编码属性

Posted 一苇渡江694

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WebRTC Native M96 SDK接口封装--setVideoEncoderConfiguration设置本地视频的编码属性相关的知识,希望对你有一定的参考价值。

一系列云里雾里的介绍,最终还要回到接口的封装。

提供接口,给上层应用调用。今天,就聊一聊setVideoEncoderConfiguration,设置本地视频编码属性接口的实现。

接口定义(Agora)

接口名:setVideoEncoderConfiguration()

接口定义

virtual int IRtcEngine::setVideoEncoderConfiguration(const VideoEncoderConfiguration & config)  

接口功能
设置视频编码属性。
设置本地视频的编码属性。

参数
config 视频编码参数配置。详见: VideoEncoderConfiguration

成员变量 说明
VideoDimensions dimensions 视频分辨率
FRAME_RATE frameRate 编码帧率,默认15格
int

以上是关于WebRTC Native M96 SDK接口封装--setVideoEncoderConfiguration设置本地视频的编码属性的主要内容,如果未能解决你的问题,请参考以下文章

WebRTC Native M96 SDK接口封装--setLogFile设置 SDK 输出的日志文件

WebRTC Native M96 SDK接口封装--setLogFile设置 SDK 输出的日志文件

WebRTC Native M96 SDK接口封装--muteLocalAudioStream开关本地音频发送

WebRTC Native M96 SDK接口封装--muteLocalAudioStream开关本地音频发送

WebRTC Native M96 SDK接口封装--muteLocalAudioStream开关本地音频发送

WebRTC Native M96 SDK接口封装--setVideoEncoderConfiguration设置本地视频的编码属性