
Public Member Functions | |
| Destinations (struct in_addr const &destAddr, Port const &rtpDestPort, Port const &rtcpDestPort) | |
| Destinations (int tcpSockNum, unsigned char rtpChanId, unsigned char rtcpChanId) | |
Data Fields | |
| Boolean | isTCP |
| in_addr | addr |
| Port | rtpPort |
| Port | rtcpPort |
| int | tcpSocketNum |
| unsigned char | rtpChannelId |
| unsigned char | rtcpChannelId |
Definition at line 39 of file OnDemandServerMediaSubsession.cpp.
| Destinations::Destinations | ( | int | tcpSockNum, | |
| unsigned char | rtpChanId, | |||
| unsigned char | rtcpChanId | |||
| ) | [inline] |
Definition at line 46 of file OnDemandServerMediaSubsession.cpp.
00047 : isTCP(True), rtpPort(0) /*dummy*/, rtcpPort(0) /*dummy*/, 00048 tcpSocketNum(tcpSockNum), rtpChannelId(rtpChanId), rtcpChannelId(rtcpChanId) { 00049 }
Definition at line 52 of file OnDemandServerMediaSubsession.cpp.
Referenced by StreamState::endPlaying(), and StreamState::startPlaying().
struct in_addr Destinations::addr [read] |
Definition at line 53 of file OnDemandServerMediaSubsession.cpp.
Referenced by StreamState::endPlaying(), and StreamState::startPlaying().
Definition at line 54 of file OnDemandServerMediaSubsession.cpp.
Referenced by StreamState::endPlaying(), and StreamState::startPlaying().
Definition at line 55 of file OnDemandServerMediaSubsession.cpp.
Referenced by StreamState::endPlaying(), and StreamState::startPlaying().
Definition at line 56 of file OnDemandServerMediaSubsession.cpp.
Referenced by StreamState::endPlaying(), and StreamState::startPlaying().
| unsigned char Destinations::rtpChannelId |
Definition at line 57 of file OnDemandServerMediaSubsession.cpp.
Referenced by StreamState::endPlaying(), and StreamState::startPlaying().
| unsigned char Destinations::rtcpChannelId |
Definition at line 57 of file OnDemandServerMediaSubsession.cpp.
Referenced by StreamState::endPlaying(), and StreamState::startPlaying().
1.5.2