RTPProfile::SSRCGate Class Reference

#include <RTPProfile.h>

List of all members.

Public Member Functions

 SSRCGate (uint32 ssrc=0)
uint32 getSSRC ()
void setSSRC (uint32 ssrc)
int getGateId ()
void setGateId (int gateId)

Protected Attributes

uint32 ssrc
int gateId


Constructor & Destructor Documentation

RTPProfile::SSRCGate::SSRCGate ( uint32  ssrc = 0  )  [inline]

00053 {this->ssrc = ssrc; gateId = 0;}


Member Function Documentation

uint32 RTPProfile::SSRCGate::getSSRC (  )  [inline]

00054 {return ssrc;}

void RTPProfile::SSRCGate::setSSRC ( uint32  ssrc  )  [inline]

00055 {this->ssrc = ssrc;}

int RTPProfile::SSRCGate::getGateId (  )  [inline]

Referenced by RTPProfile::dataIn().

00056 {return gateId;}

void RTPProfile::SSRCGate::setGateId ( int  gateId  )  [inline]

Referenced by RTPProfile::newSSRCGate().

00057 {this->gateId = gateId;}


Member Data Documentation

uint32 RTPProfile::SSRCGate::ssrc [protected]


The documentation for this class was generated from the following file:

Generated on Fri Mar 20 18:51:21 2009 for INET Framework for OMNeT++/OMNEST by  doxygen 1.5.5