文章分类 -  mediastreamer2

摘要:Sound Card Filter APISound Card API - manage audio capture/play filters.Functionsstruct _MSFilter * ms_snd_card_create_reader (MSSndCard *obj)struct ... 阅读全文
posted @ 2015-01-20 14:52 Samaritan 阅读(452) 评论(0) 推荐(0)
摘要:Starting mediastreamer2 library.Functionsvoidms_init(void)intms_load_plugins(const char *directory)voidms_exit(void)intms_get_payload_max_size()intms_... 阅读全文
posted @ 2015-01-20 14:49 Samaritan 阅读(394) 评论(0) 推荐(0)
摘要:Howto 1: build a sample audio graph.Detailed DescriptionIntroduction.What is mediastreamer2mediastreamer2 is a powerful engine to make audio and video... 阅读全文
posted @ 2015-01-20 10:38 Samaritan 阅读(561) 评论(0) 推荐(0)
摘要:mscommon.c:void ms_init(){ …. /* register builtin MSFilter's */ //注册所有内置filter for (i=0;ms_filter_descs[i]!=NULL;i++){ ms_filter_reg... 阅读全文
posted @ 2015-01-20 09:48 Samaritan 阅读(852) 评论(0) 推荐(0)