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

📄 sdp.h

📁 linux下的sip voip程序
💻 H
字号:
#ifndef _SDP_H#define _SDP_H#include "sip_util.h"int make_SDP(char* sdp, char* username, char* addr, char* fqdn, char* protocol,             int audiorate, int rtptype, int rtpport, char* o);void set_v(char* sdp, char* buff);void set_o(char* sdp, char* buff);void set_s(char* sdp, char* buff);void set_c(char* sdp, char* buff);void set_t(char* sdp, char* buff);void set_m(char* sdp, char* buff);void set_a(char* sdp, char* buff);void set_SDP(char* msg, char* buff);void get_o(char* sdp, char* buff);void get_c(char* sdp, char* buff);void get_m(char* sdp, char* buff);int get_rtpaddr(char* sdp, char* rtp_addr);int get_rtpport(char* sdp, char* rtpport);#endif

⌨️ 快捷键说明

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