Destinations Class Reference

#include <OnDemandServerMediaSubsession.hh>

Collaboration diagram for Destinations:

Collaboration graph
[legend]

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

Detailed Description

Definition at line 109 of file OnDemandServerMediaSubsession.hh.


Constructor & Destructor Documentation

Destinations::Destinations ( struct in_addr const &  destAddr,
Port const &  rtpDestPort,
Port const &  rtcpDestPort 
) [inline]

Definition at line 111 of file OnDemandServerMediaSubsession.hh.

00114     : isTCP(False), addr(destAddr), rtpPort(rtpDestPort), rtcpPort(rtcpDestPort) {
00115   }

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   }


Field Documentation

Boolean Destinations::isTCP

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().

Port Destinations::rtpPort

Definition at line 124 of file OnDemandServerMediaSubsession.hh.

Referenced by StreamState::endPlaying(), and StreamState::startPlaying().

Port Destinations::rtcpPort

Definition at line 125 of file OnDemandServerMediaSubsession.hh.

Referenced by StreamState::endPlaying(), and StreamState::startPlaying().

int Destinations::tcpSocketNum

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().


The documentation for this class was generated from the following file:
Generated on Thu Feb 2 23:54:47 2012 for live by  doxygen 1.5.2