修复在win32上编译问题

This commit is contained in:
xiongziliang
2018-07-06 23:04:43 +08:00
parent 23e73f7c62
commit 678bdcdbfd
3 changed files with 4 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ RtpBroadCaster::RtpBroadCaster(const string &strLocalIp,const string &strVhost,c
<< strVhost << " "
<< strApp << " " << strStream;
}
uint16_t RtpBroadCaster::getPort(int trackType){
uint16_t RtpBroadCaster::getPort(TrackType trackType){
return m_apUdpSock[trackType]->get_local_port();
}
string RtpBroadCaster::getIP(){