INET Framework for OMNeT++/OMNEST
inet::rtp::RTPProfile::SSRCGate Class Reference

#include <RTPProfile.h>

Inheritance diagram for inet::rtp::RTPProfile::SSRCGate:

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

inet::rtp::RTPProfile::SSRCGate::SSRCGate ( uint32  ssrc = 0)
inline
55 { this->ssrc = ssrc; gateId = 0; }
uint32 ssrc
Definition: RTPProfile.h:51
int gateId
Definition: RTPProfile.h:52

Member Function Documentation

int inet::rtp::RTPProfile::SSRCGate::getGateId ( )
inline

Referenced by inet::rtp::RTPProfile::dataIn().

58 { return gateId; }
int gateId
Definition: RTPProfile.h:52
uint32 inet::rtp::RTPProfile::SSRCGate::getSsrc ( )
inline
56 { return ssrc; }
uint32 ssrc
Definition: RTPProfile.h:51
void inet::rtp::RTPProfile::SSRCGate::setGateId ( int  gateId)
inline

Referenced by inet::rtp::RTPProfile::newSSRCGate().

59 { this->gateId = gateId; }
int gateId
Definition: RTPProfile.h:52
void inet::rtp::RTPProfile::SSRCGate::setSSRC ( uint32  ssrc)
inline
57 { this->ssrc = ssrc; }
uint32 ssrc
Definition: RTPProfile.h:51

Member Data Documentation

int inet::rtp::RTPProfile::SSRCGate::gateId
protected
uint32 inet::rtp::RTPProfile::SSRCGate::ssrc
protected

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