#include <OnDemandServerMediaSubsession.hh>
Collaboration diagram for Destinations:

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 109 of file OnDemandServerMediaSubsession.hh.
| Destinations::Destinations | ( | int | tcpSockNum, | |
| unsigned char | rtpChanId, | |||
| unsigned char | rtcpChanId | |||
| ) | [inline] |
Definition at line 116 of file OnDemandServerMediaSubsession.hh.
00117 : isTCP(True), rtpPort(0) /*dummy*/, rtcpPort(0) /*dummy*/, 00118 tcpSocketNum(tcpSockNum), rtpChannelId(rtpChanId), rtcpChannelId(rtcpChanId) { 00119 }
Definition at line 122 of file OnDemandServerMediaSubsession.hh.
Referenced by StreamState::endPlaying(), and StreamState::startPlaying().
struct in_addr Destinations::addr [read] |
Definition at line 123 of file OnDemandServerMediaSubsession.hh.
Referenced by StreamState::endPlaying(), and StreamState::startPlaying().
Definition at line 124 of file OnDemandServerMediaSubsession.hh.
Referenced by StreamState::endPlaying(), and StreamState::startPlaying().
Definition at line 125 of file OnDemandServerMediaSubsession.hh.
Referenced by StreamState::endPlaying(), and StreamState::startPlaying().
Definition at line 126 of file OnDemandServerMediaSubsession.hh.
Referenced by StreamState::endPlaying(), and StreamState::startPlaying().
| unsigned char Destinations::rtpChannelId |
Definition at line 127 of file OnDemandServerMediaSubsession.hh.
Referenced by StreamState::endPlaying(), and StreamState::startPlaying().
| unsigned char Destinations::rtcpChannelId |
Definition at line 127 of file OnDemandServerMediaSubsession.hh.
Referenced by StreamState::endPlaying(), and StreamState::startPlaying().
1.5.2