📄 group__osip__rfc3264.html
字号:
</td> <td><p>Add a media (for t38) in the configuration. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td></td><td valign=top><em>config</em> </td><td>The element to work on. </td></tr> <tr><td></td><td valign=top><em>med</em> </td><td>The media element to add. </td></tr> <tr><td></td><td valign=top><em>pos</em> </td><td>The index of the media element to add. </td></tr> </table></dl> </td> </tr></table><a class="anchor" name="ga10" doxytag="osip_rfc3264.h::osip_rfc3264_add_video_media" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> int osip_rfc3264_add_video_media </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">struct <a class="el" href="structosip__rfc3264.html">osip_rfc3264</a> * </td> <td class="mdname" nowrap> <em>config</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap><a class="el" href="structsdp__media.html">sdp_media_t</a> * </td> <td class="mdname" nowrap> <em>med</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>int </td> <td class="mdname" nowrap> <em>pos</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Add a media (for video) in the configuration. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td></td><td valign=top><em>config</em> </td><td>The element to work on. </td></tr> <tr><td></td><td valign=top><em>med</em> </td><td>The media element to add. </td></tr> <tr><td></td><td valign=top><em>pos</em> </td><td>The index of the media element to add. </td></tr> </table></dl> </td> </tr></table><a class="anchor" name="ga22" doxytag="osip_rfc3264.h::osip_rfc3264_complete_answer" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> int osip_rfc3264_complete_answer </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">struct <a class="el" href="structosip__rfc3264.html">osip_rfc3264</a> * </td> <td class="mdname" nowrap> <em>config</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap><a class="el" href="structsdp__message.html">sdp_message_t</a> * </td> <td class="mdname" nowrap> <em>remote_sdp</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap><a class="el" href="structsdp__message.html">sdp_message_t</a> * </td> <td class="mdname" nowrap> <em>local_sdp</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap><a class="el" href="structsdp__media.html">sdp_media_t</a> * </td> <td class="mdname" nowrap> <em>med</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>int </td> <td class="mdname" nowrap> <em>mline</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Agree to support a specific codec. This method should be called for each codec returned by osip_rfc3264_match(...) that the calle agree to support.<p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td></td><td valign=top><em>config</em> </td><td>The element to work on. </td></tr> <tr><td></td><td valign=top><em>remote_sdp</em> </td><td>The remote SDP packet. </td></tr> <tr><td></td><td valign=top><em>local_sdp</em> </td><td>The local SDP packet to complete. </td></tr> <tr><td></td><td valign=top><em>med</em> </td><td>One of the media returned by osip_rfc3264_match. </td></tr> <tr><td></td><td valign=top><em>mline</em> </td><td>The position of the media line to complete. </td></tr> </table></dl> </td> </tr></table><a class="anchor" name="ga7" doxytag="osip_rfc3264.h::osip_rfc3264_del_audio_media" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> int osip_rfc3264_del_audio_media </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">struct <a class="el" href="structosip__rfc3264.html">osip_rfc3264</a> * </td> <td class="mdname" nowrap> <em>config</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>int </td> <td class="mdname" nowrap> <em>pos</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Remove a media in the configuration. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td></td><td valign=top><em>config</em> </td><td>The element to work on. </td></tr> <tr><td></td><td valign=top><em>pos</em> </td><td>The index of the media element to remove. </td></tr> </table></dl> </td> </tr></table><a class="anchor" name="ga9" doxytag="osip_rfc3264.h::osip_rfc3264_del_t38_media" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> int osip_rfc3264_del_t38_media </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">struct <a class="el" href="structosip__rfc3264.html">osip_rfc3264</a> * </td> <td class="mdname" nowrap> <em>config</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>int </td> <td class="mdname" nowrap> <em>pos</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Remove a media in the configuration. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td></td><td valign=top><em>config</em> </td><td>The element to work on. </td></tr> <tr><td></td><td valign=top><em>pos</em> </td><td>The index of the media element to remove. </td></tr> </table></dl> </td> </tr></table><a class="anchor" name="ga11" doxytag="osip_rfc3264.h::osip_rfc3264_del_video_media" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> int osip_rfc3264_del_video_media </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">struct <a class="el" href="structosip__rfc3264.html">osip_rfc3264</a> * </td> <td class="mdname" nowrap> <em>config</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>int </td> <td class="mdname" nowrap> <em>pos</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Remove a media in the configuration. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td></td><td valign=top><em>config</em> </td><td>The element to work on. </td></tr> <tr><td></td><td valign=top><em>pos</em> </td><td>The index of the media element to remove. </td></tr> </table></dl> </td> </tr></table><a class="anchor" name="ga2" doxytag="osip_rfc3264.h::osip_rfc3264_endof_media" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> int osip_rfc3264_endof_media </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">struct <a class="el" href="structosip__rfc3264.html">osip_rfc3264</a> * </td> <td class="mdname" nowrap> <em>config</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>int </td> <td class="mdname" nowrap> <em>pos</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Test if a media exist in the configuration. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td></td><td valign=top><em>config</em> </td><td>The element to work on. </td></tr> <tr><td></td><td valign=top><em>pos</em> </td><td>The index of the media element. </td></tr> </table></dl> </td> </tr></table><a class="anchor" name="ga15" doxytag="osip_rfc3264.h::osip_rfc3264_find_app" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> <a class="el" href="structsdp__media.html">sdp_media_t</a>* osip_rfc3264_find_app </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">struct <a class="el" href="structosip__rfc3264.html">osip_rfc3264</a> * </td> <td class="mdname" nowrap> <em>config</em>, </td> </tr> <tr> <td class="md" nowrap align="right"></td> <td></td> <td class="md" nowrap>char * </td> <td class="mdname" nowrap> <em>payload</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Search for support of a special codec. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td></td><td valign=top><em>config</em> </td><td>The element to work on. </td></tr> <tr><td></td><td valign=top><em>payload</em> </td><td>The payload to find. </td></tr> </table></dl> </td> </tr></table><a class="anchor" name="ga12" doxytag="osip_rfc3264.h::osip_rfc3264_find_audio" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -