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

Detailed Description

Definition at line 47 of file RTPProfile.h.


Constructor & Destructor Documentation

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

Definition at line 53 of file RTPProfile.h.

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

Member Function Documentation

Definition at line 56 of file RTPProfile.h.

Referenced by RTPProfile::dataIn().

{return gateId;}
uint32 RTPProfile::SSRCGate::getSSRC ( ) [inline]

Definition at line 54 of file RTPProfile.h.

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

Definition at line 57 of file RTPProfile.h.

Referenced by RTPProfile::newSSRCGate().

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

Definition at line 55 of file RTPProfile.h.

{this->ssrc = ssrc;}

Member Data Documentation

Definition at line 51 of file RTPProfile.h.

uint32 RTPProfile::SSRCGate::ssrc [protected]

Definition at line 50 of file RTPProfile.h.


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