📄 stackmanagement.sgml
字号:
<!-- ##### 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -