Definition at line 38 of file OnDemandServerMediaSubsession.cpp.
Public Member Functions | |
| Destinations (struct in_addr const &destAddr, Port const &rtpDestPort, Port const &rtcpDestPort) | |
| Destinations (int tcpSockNum, unsigned char rtpChanId, unsigned char rtcpChanId) | |
Public Attributes | |
| Boolean | isTCP |
| struct in_addr | addr |
| Port | rtpPort |
| Port | rtcpPort |
| int | tcpSocketNum |
| unsigned char | rtpChannelId |
| unsigned char | rtcpChannelId |
| Destinations::Destinations | ( | struct in_addr const & | destAddr, | |
| Port const & | rtpDestPort, | |||
| Port const & | rtcpDestPort | |||
| ) | [inline] |
Definition at line 40 of file OnDemandServerMediaSubsession.cpp.
| Destinations::Destinations | ( | int | tcpSockNum, | |
| unsigned char | rtpChanId, | |||
| unsigned char | rtcpChanId | |||
| ) | [inline] |
Definition at line 45 of file OnDemandServerMediaSubsession.cpp.
| Boolean Destinations::isTCP |
Definition at line 51 of file OnDemandServerMediaSubsession.cpp.
Referenced by StreamState::endPlaying(), and StreamState::startPlaying().
struct in_addr Destinations::addr [read] |
Definition at line 52 of file OnDemandServerMediaSubsession.cpp.
Referenced by StreamState::endPlaying(), and StreamState::startPlaying().
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().
| unsigned char Destinations::rtpChannelId |
Definition at line 56 of file OnDemandServerMediaSubsession.cpp.
Referenced by StreamState::endPlaying(), and StreamState::startPlaying().
| unsigned char Destinations::rtcpChannelId |
Definition at line 56 of file OnDemandServerMediaSubsession.cpp.
Referenced by StreamState::endPlaying(), and StreamState::startPlaying().
1.5.5