Destinations Class Reference

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 39 of file OnDemandServerMediaSubsession.cpp.


Constructor & Destructor Documentation

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

Definition at line 41 of file OnDemandServerMediaSubsession.cpp.

00044     : isTCP(False), addr(destAddr), rtpPort(rtpDestPort), rtcpPort(rtcpDestPort) {
00045   }

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   }


Field Documentation

Boolean Destinations::isTCP

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

Port Destinations::rtpPort

Definition at line 54 of file OnDemandServerMediaSubsession.cpp.

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

Port Destinations::rtcpPort

Definition at line 55 of file OnDemandServerMediaSubsession.cpp.

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

int Destinations::tcpSocketNum

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


The documentation for this class was generated from the following file:
Generated on Tue Oct 7 15:39:38 2008 for live by  doxygen 1.5.2