RSS订阅优然探索
你的位置:首页 » 未分类 » 正文

ARS

选择字号: 超大 标准 发布时间:2016-7-12 17:7:29 | 作者:admin | 0个评论 | 人浏览

 

//ARS------------------------
 g_VoiceARSMode = cfgFile.GetConfigValueStr("VoiceARSMode", "control");
 g_VoiceARSPayloadtype = cfgFile.GetConfigValueInt("VoiceARSPayloadtype",
   "124");
 g_VoiceCodecBitrate = cfgFile.GetConfigValueInt("VoiceCodecBitrate",
   "208000");
 g_VoiceARSBitrateLo = cfgFile.GetConfigValueInt("VoiceARSBitrateLo", "32");
 g_VoiceARSBitrateHi = cfgFile.GetConfigValueInt("VoiceARSBitrateHi", "64");

 g_VideoARSMode = cfgFile.GetConfigValueStr("VideoARSMode", "control");
 g_VideoARSPayloadtype = cfgFile.GetConfigValueInt("VideoARSPayloadtype",
   "124");

 g_VideoCodecBitrate = cfgFile.GetConfigValueInt("VideoCodecBitrate",
   "3750000");

 //g_nVideoBitrate = g_VideoCodecBitrate ;
 g_VideoARSBitrateLo = cfgFile.GetConfigValueInt("VideoARSBitrateLo", "1000");
 g_VideoARSBitrateHi = cfgFile.GetConfigValueInt("VideoARSBitrateHi","5000");

 g_VideoARSFramerate = cfgFile.GetConfigValueFloat("VideoARSFramerate","15.0");
 g_VideoARSFramerateLo = cfgFile.GetConfigValueFloat("VideoARSFramerateLo","15.0");
 g_VideoARSFramerateHi = cfgFile.GetConfigValueFloat("VideoARSFramerateHi","25.0");

 //ARS------------------------

标签:

猜你喜欢

发表评论

必填

选填

选填

必填,不填不让过哦,嘻嘻。

记住我,下次回复时不用重新输入个人信息

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。