Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
ea05cb22
提交
ea05cb22
authored
5月 23, 2017
作者:
Anthony Minessale
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
reswig
上级
a1465111
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
4535 行增加
和
4499 行删除
+4535
-4499
freeswitch_wrap.cxx
src/mod/languages/mod_managed/freeswitch_wrap.cxx
+4398
-4376
swig.cs
src/mod/languages/mod_managed/managed/swig.cs
+137
-123
没有找到文件。
src/mod/languages/mod_managed/freeswitch_wrap.cxx
浏览文件 @
ea05cb22
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/mod/languages/mod_managed/managed/swig.cs
浏览文件 @
ea05cb22
...
...
@@ -1381,6 +1381,14 @@ else
return ret;
}
public static void switch_core_media_bug_set_media_params(SWIGTYPE_p_switch_media_bug bug, switch_mm_t mm) {
freeswitchPINVOKE.switch_core_media_bug_set_media_params(SWIGTYPE_p_switch_media_bug.getCPtr(bug), switch_mm_t.getCPtr(mm));
}
public static void switch_core_media_bug_get_media_params(SWIGTYPE_p_switch_media_bug bug, switch_mm_t mm) {
freeswitchPINVOKE.switch_core_media_bug_get_media_params(SWIGTYPE_p_switch_media_bug.getCPtr(bug), switch_mm_t.getCPtr(mm));
}
public static string switch_core_media_bug_get_text(SWIGTYPE_p_switch_media_bug bug) {
string ret = freeswitchPINVOKE.switch_core_media_bug_get_text(SWIGTYPE_p_switch_media_bug.getCPtr(bug));
return ret;
...
...
@@ -1425,8 +1433,8 @@ else
return ret;
}
public static switch_status_t switch_core_media_bug_close(SWIGTYPE_p_p_switch_media_bug bug) {
switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_media_bug_close(SWIGTYPE_p_p_switch_media_bug.getCPtr(bug));
public static switch_status_t switch_core_media_bug_close(SWIGTYPE_p_p_switch_media_bug bug
, switch_bool_t destroy
) {
switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_media_bug_close(SWIGTYPE_p_p_switch_media_bug.getCPtr(bug)
, (int)destroy
);
return ret;
}
...
...
@@ -9972,6 +9980,126 @@ class freeswitchPINVOKE {
[DllImport("mod_managed", EntryPoint="CSharp_delete_switch_waitlist_t")]
public static extern void delete_switch_waitlist_t(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_samplerate_set")]
public static extern void switch_mm_t_samplerate_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_samplerate_get")]
public static extern int switch_mm_t_samplerate_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_channels_set")]
public static extern void switch_mm_t_channels_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_channels_get")]
public static extern int switch_mm_t_channels_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_keyint_set")]
public static extern void switch_mm_t_keyint_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_keyint_get")]
public static extern int switch_mm_t_keyint_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_ab_set")]
public static extern void switch_mm_t_ab_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_ab_get")]
public static extern int switch_mm_t_ab_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vb_set")]
public static extern void switch_mm_t_vb_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vb_get")]
public static extern int switch_mm_t_vb_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vw_set")]
public static extern void switch_mm_t_vw_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vw_get")]
public static extern int switch_mm_t_vw_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vh_set")]
public static extern void switch_mm_t_vh_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vh_get")]
public static extern int switch_mm_t_vh_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_cbr_set")]
public static extern void switch_mm_t_cbr_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_cbr_get")]
public static extern int switch_mm_t_cbr_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_fps_set")]
public static extern void switch_mm_t_fps_set(HandleRef jarg1, float jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_fps_get")]
public static extern float switch_mm_t_fps_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_source_fps_set")]
public static extern void switch_mm_t_source_fps_set(HandleRef jarg1, float jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_source_fps_get")]
public static extern float switch_mm_t_source_fps_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vbuf_set")]
public static extern void switch_mm_t_vbuf_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vbuf_get")]
public static extern int switch_mm_t_vbuf_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vprofile_set")]
public static extern void switch_mm_t_vprofile_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vprofile_get")]
public static extern int switch_mm_t_vprofile_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vencspd_set")]
public static extern void switch_mm_t_vencspd_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vencspd_get")]
public static extern int switch_mm_t_vencspd_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_try_hardware_encoder_set")]
public static extern void switch_mm_t_try_hardware_encoder_set(HandleRef jarg1, byte jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_try_hardware_encoder_get")]
public static extern byte switch_mm_t_try_hardware_encoder_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_scale_w_set")]
public static extern void switch_mm_t_scale_w_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_scale_w_get")]
public static extern int switch_mm_t_scale_w_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_scale_h_set")]
public static extern void switch_mm_t_scale_h_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_scale_h_get")]
public static extern int switch_mm_t_scale_h_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_fmt_set")]
public static extern void switch_mm_t_fmt_set(HandleRef jarg1, HandleRef jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_fmt_get")]
public static extern IntPtr switch_mm_t_fmt_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_auth_username_set")]
public static extern void switch_mm_t_auth_username_set(HandleRef jarg1, string jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_auth_username_get")]
public static extern string switch_mm_t_auth_username_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_auth_password_set")]
public static extern void switch_mm_t_auth_password_set(HandleRef jarg1, string jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_auth_password_get")]
public static extern string switch_mm_t_auth_password_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_new_switch_mm_t")]
public static extern IntPtr new_switch_mm_t();
[DllImport("mod_managed", EntryPoint="CSharp_delete_switch_mm_t")]
public static extern void delete_switch_mm_t(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_db_close")]
public static extern int switch_core_db_close(HandleRef jarg1);
...
...
@@ -10920,6 +11048,12 @@ class freeswitchPINVOKE {
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_media_bug_get_session")]
public static extern IntPtr switch_core_media_bug_get_session(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_media_bug_set_media_params")]
public static extern void switch_core_media_bug_set_media_params(HandleRef jarg1, HandleRef jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_media_bug_get_media_params")]
public static extern void switch_core_media_bug_get_media_params(HandleRef jarg1, HandleRef jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_media_bug_get_text")]
public static extern string switch_core_media_bug_get_text(HandleRef jarg1);
...
...
@@ -10948,7 +11082,7 @@ class freeswitchPINVOKE {
public static extern int switch_core_media_bug_remove_callback(HandleRef jarg1, HandleRef jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_media_bug_close")]
public static extern int switch_core_media_bug_close(HandleRef jarg1);
public static extern int switch_core_media_bug_close(HandleRef jarg1
, int jarg2
);
[DllImport("mod_managed", EntryPoint="CSharp_switch_core_media_bug_remove_all_function")]
public static extern int switch_core_media_bug_remove_all_function(HandleRef jarg1, string jarg2);
...
...
@@ -14376,126 +14510,6 @@ class freeswitchPINVOKE {
[DllImport("mod_managed", EntryPoint="CSharp_delete_switch_file_interface")]
public static extern void delete_switch_file_interface(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_samplerate_set")]
public static extern void switch_mm_t_samplerate_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_samplerate_get")]
public static extern int switch_mm_t_samplerate_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_channels_set")]
public static extern void switch_mm_t_channels_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_channels_get")]
public static extern int switch_mm_t_channels_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_keyint_set")]
public static extern void switch_mm_t_keyint_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_keyint_get")]
public static extern int switch_mm_t_keyint_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_ab_set")]
public static extern void switch_mm_t_ab_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_ab_get")]
public static extern int switch_mm_t_ab_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vb_set")]
public static extern void switch_mm_t_vb_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vb_get")]
public static extern int switch_mm_t_vb_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vw_set")]
public static extern void switch_mm_t_vw_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vw_get")]
public static extern int switch_mm_t_vw_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vh_set")]
public static extern void switch_mm_t_vh_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vh_get")]
public static extern int switch_mm_t_vh_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_cbr_set")]
public static extern void switch_mm_t_cbr_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_cbr_get")]
public static extern int switch_mm_t_cbr_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_fps_set")]
public static extern void switch_mm_t_fps_set(HandleRef jarg1, float jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_fps_get")]
public static extern float switch_mm_t_fps_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_source_fps_set")]
public static extern void switch_mm_t_source_fps_set(HandleRef jarg1, float jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_source_fps_get")]
public static extern float switch_mm_t_source_fps_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vbuf_set")]
public static extern void switch_mm_t_vbuf_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vbuf_get")]
public static extern int switch_mm_t_vbuf_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vprofile_set")]
public static extern void switch_mm_t_vprofile_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vprofile_get")]
public static extern int switch_mm_t_vprofile_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vencspd_set")]
public static extern void switch_mm_t_vencspd_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_vencspd_get")]
public static extern int switch_mm_t_vencspd_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_try_hardware_encoder_set")]
public static extern void switch_mm_t_try_hardware_encoder_set(HandleRef jarg1, byte jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_try_hardware_encoder_get")]
public static extern byte switch_mm_t_try_hardware_encoder_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_scale_w_set")]
public static extern void switch_mm_t_scale_w_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_scale_w_get")]
public static extern int switch_mm_t_scale_w_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_scale_h_set")]
public static extern void switch_mm_t_scale_h_set(HandleRef jarg1, int jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_scale_h_get")]
public static extern int switch_mm_t_scale_h_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_fmt_set")]
public static extern void switch_mm_t_fmt_set(HandleRef jarg1, HandleRef jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_fmt_get")]
public static extern IntPtr switch_mm_t_fmt_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_auth_username_set")]
public static extern void switch_mm_t_auth_username_set(HandleRef jarg1, string jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_auth_username_get")]
public static extern string switch_mm_t_auth_username_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_auth_password_set")]
public static extern void switch_mm_t_auth_password_set(HandleRef jarg1, string jarg2);
[DllImport("mod_managed", EntryPoint="CSharp_switch_mm_t_auth_password_get")]
public static extern string switch_mm_t_auth_password_get(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_new_switch_mm_t")]
public static extern IntPtr new_switch_mm_t();
[DllImport("mod_managed", EntryPoint="CSharp_delete_switch_mm_t")]
public static extern void delete_switch_mm_t(HandleRef jarg1);
[DllImport("mod_managed", EntryPoint="CSharp_switch_file_handle_file_interface_set")]
public static extern void switch_file_handle_file_interface_set(HandleRef jarg1, HandleRef jarg2);
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论