INET Framework for OMNeT++/OMNEST
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]
{this->ssrc = ssrc; gateId = 0;}

Member Function Documentation

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

Referenced by RTPProfile::dataIn().

{return gateId;}
uint32 RTPProfile::SSRCGate::getSSRC ( ) [inline]
{return ssrc;}
void RTPProfile::SSRCGate::setGateId ( int  gateId) [inline]

Referenced by RTPProfile::newSSRCGate().

{this->gateId = gateId;}
void RTPProfile::SSRCGate::setSSRC ( uint32  ssrc) [inline]
{this->ssrc = ssrc;}

Member Data Documentation

uint32 RTPProfile::SSRCGate::ssrc [protected]

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