⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 filters.sgml

📁 Linphone is a web phone: it let you phone to your friends anywhere in the whole world, freely, simpl
💻 SGML
字号:
<!-- ##### SECTION Title ##### -->MSFilters<!-- ##### SECTION Short_Description ##### -->The basic mediastreamer element.<!-- ##### SECTION Long_Description ##### --><para>MSFilter is the base class for all mediastreamer processing filters: codec compression, soundcard read, souncard write, etc...MSFilter objects have to be linked between them to form a processing chain, that is then attached to a MSSync object (synchronisation source)in order to be scheduled for processing.</para><!-- ##### SECTION See_Also ##### --><para></para><!-- ##### SECTION Stability_Level ##### --><!-- ##### STRUCT MSFilter ##### --><para>Only programmers implementing derivated objects of MSFilter are interested by the content of the structure.</para>@klass: Pointer to the class structure.@lock: @finputs:  Number of fifo inputs currently in use.@foutputs:  Number of fifo outputs currently in use.@qinputs:   Number of queue inputs currently in use.@qoutputs:  Number of queue outputs currently in use.@min_fifo_size: @r_mingran: @infifos:   Pointer to a table of fifo inputs@outfifos:  Pointer to a table of ffo ouputs@inqueues:  Pointer to a table of queue inputs@outqueues: Pointer to a table of queue qoutputs@notify_event: @userdata: <!-- ##### FUNCTION ms_filter_add_link ##### --><para></para>@m1: @m2: @Returns: <!-- # Unused Parameters # -->@pin1: @pin2: @linktype: 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -