Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
46ab943d
提交
46ab943d
authored
9月 14, 2015
作者:
Michael Jerris
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
swigall
上级
15a43c69
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
44 行增加
和
27 行删除
+44
-27
freeswitch_wrap.cxx
src/mod/languages/mod_managed/freeswitch_wrap.cxx
+23
-11
swig.cs
src/mod/languages/mod_managed/managed/swig.cs
+21
-16
没有找到文件。
src/mod/languages/mod_managed/freeswitch_wrap.cxx
浏览文件 @
46ab943d
...
...
@@ -13518,23 +13518,27 @@ SWIGEXPORT int SWIGSTDCALL CSharp_switch_core_codec_encode_video(void * jarg1, v
}
SWIGEXPORT int SWIGSTDCALL CSharp_switch_core_codec_control(void * jarg1, int jarg2, int jarg3, void * jarg4,
void * jarg5, void * jarg6
) {
SWIGEXPORT int SWIGSTDCALL CSharp_switch_core_codec_control(void * jarg1, int jarg2, int jarg3, void * jarg4,
int jarg5, void * jarg6, void * jarg7, void * jarg8
) {
int jresult ;
switch_codec_t *arg1 = (switch_codec_t *) 0 ;
switch_codec_control_command_t arg2 ;
switch_codec_control_type_t arg3 ;
void *arg4 = (void *) 0 ;
switch_codec_control_type_t *arg5 = (switch_codec_control_type_t *) 0 ;
void **arg6 = (void **) 0 ;
switch_codec_control_type_t arg5 ;
void *arg6 = (void *) 0 ;
switch_codec_control_type_t *arg7 = (switch_codec_control_type_t *) 0 ;
void **arg8 = (void **) 0 ;
switch_status_t result;
arg1 = (switch_codec_t *)jarg1;
arg2 = (switch_codec_control_command_t)jarg2;
arg3 = (switch_codec_control_type_t)jarg3;
arg4 = (void *)jarg4;
arg5 = (switch_codec_control_type_t *)jarg5;
arg6 = (void **)jarg6;
result = (switch_status_t)switch_core_codec_control(arg1,arg2,arg3,arg4,arg5,arg6);
arg5 = (switch_codec_control_type_t)jarg5;
arg6 = (void *)jarg6;
arg7 = (switch_codec_control_type_t *)jarg7;
arg8 = (void **)jarg8;
result = (switch_status_t)switch_core_codec_control(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8);
jresult = result;
return jresult;
}
...
...
@@ -41008,14 +41012,22 @@ SWIGEXPORT int SWIGSTDCALL CSharp_switch_rtp_set_video_buffer_size(void * jarg1,
}
SWIGEXPORT
unsigned long SWIGSTDCALL CSharp_switch_rtp_get_video_buffer_size(void * jarg1
) {
unsigned long
jresult ;
SWIGEXPORT
int SWIGSTDCALL CSharp_switch_rtp_get_video_buffer_size(void * jarg1, void * jarg2, void * jarg3, void * jarg4, void * jarg5
) {
int
jresult ;
switch_rtp_t *arg1 = (switch_rtp_t *) 0 ;
uint32_t result;
uint32_t *arg2 = (uint32_t *) 0 ;
uint32_t *arg3 = (uint32_t *) 0 ;
uint32_t *arg4 = (uint32_t *) 0 ;
uint32_t *arg5 = (uint32_t *) 0 ;
switch_status_t result;
arg1 = (switch_rtp_t *)jarg1;
result = (uint32_t)switch_rtp_get_video_buffer_size(arg1);
jresult = (unsigned long)result;
arg2 = (uint32_t *)jarg2;
arg3 = (uint32_t *)jarg3;
arg4 = (uint32_t *)jarg4;
arg5 = (uint32_t *)jarg5;
result = (switch_status_t)switch_rtp_get_video_buffer_size(arg1,arg2,arg3,arg4,arg5);
jresult = result;
return jresult;
}
src/mod/languages/mod_managed/managed/swig.cs
浏览文件 @
46ab943d
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论