stackmanagement.sgml
来自「ortp协议栈(实时传输协议)」· SGML 代码 · 共 42 行
SGML
42 行
<!-- ##### SECTION Title ##### -->Stack management functions<!-- ##### SECTION Short_Description ##### -->Initialization and termination of the library.<!-- ##### SECTION Long_Description ##### --><para>The oRTP library must be initialized using ortp_init() at the beggining of your application.If you want to use the packet scheduler in your application, you must also callortp_scheduler_init().It is cleaner to call ortp_exit() when the library is no more needed (in most case at theend of your application).</para><!-- ##### SECTION See_Also ##### --><para></para><!-- ##### FUNCTION ortp_init ##### --><para></para><!-- ##### FUNCTION ortp_scheduler_init ##### --><para></para><!-- ##### FUNCTION ortp_exit ##### --><para></para>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?