Chinaunix首页 | 论坛 | 博客
  • 博客访问: 688933
  • 博文数量: 112
  • 博客积分: 2486
  • 博客等级: 大尉
  • 技术积分: 1541
  • 用 户 组: 普通用户
  • 注册时间: 2009-12-14 18:30
文章分类

全部博文(112)

文章存档

2012年(5)

2011年(48)

2010年(26)

2009年(33)

我的朋友

分类:

2009-12-14 18:33:49


int RTPSession::AddDestination(const RTPAddress &addr,const RTPIPv4Address &rtcpaddr)
{
    if (!created)
        return ERR_RTP_SESSION_NOTCREATED;
    return rtptrans->AddDestination(addr,rtcpaddr);
}


阅读(571) | 评论(0) | 转发(0) |
0

上一篇:没有了

下一篇:在linux上调试lwip

给主人留下些什么吧!~~