|
live
|
#include <OnDemandServerMediaSubsession.hh>

Public Member Functions | |
| Destinations (struct sockaddr_storage const &destAddr, Port const &rtpDestPort, Port const &rtcpDestPort) | |
| Destinations (int tcpSockNum, unsigned char rtpChanId, unsigned char rtcpChanId, TLSState *tlsSt) | |
Data Fields | |
| Boolean | isTCP |
| struct sockaddr_storage | addr |
| Port | rtpPort |
| Port | rtcpPort |
| int | tcpSocketNum |
| unsigned char | rtpChannelId |
| unsigned char | rtcpChannelId |
| TLSState * | tlsState |
Definition at line 156 of file OnDemandServerMediaSubsession.hh.
|
inline |
Definition at line 158 of file OnDemandServerMediaSubsession.hh.
|
inline |
Definition at line 163 of file OnDemandServerMediaSubsession.hh.
References isTCP, rtcpChannelId, rtcpPort, rtpChannelId, rtpPort, tcpSocketNum, tlsState, and True.
| struct sockaddr_storage Destinations::addr |
Definition at line 172 of file OnDemandServerMediaSubsession.hh.
Referenced by Destinations().
| Boolean Destinations::isTCP |
Definition at line 171 of file OnDemandServerMediaSubsession.hh.
Referenced by Destinations(), and Destinations().
| unsigned char Destinations::rtcpChannelId |
Definition at line 176 of file OnDemandServerMediaSubsession.hh.
Referenced by Destinations().
| Port Destinations::rtcpPort |
Definition at line 174 of file OnDemandServerMediaSubsession.hh.
Referenced by Destinations(), and Destinations().
| unsigned char Destinations::rtpChannelId |
Definition at line 176 of file OnDemandServerMediaSubsession.hh.
Referenced by Destinations().
| Port Destinations::rtpPort |
Definition at line 173 of file OnDemandServerMediaSubsession.hh.
Referenced by Destinations(), and Destinations().
| int Destinations::tcpSocketNum |
Definition at line 175 of file OnDemandServerMediaSubsession.hh.
Referenced by Destinations().
| TLSState* Destinations::tlsState |
Definition at line 177 of file OnDemandServerMediaSubsession.hh.
Referenced by Destinations().