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_t ssrc=0)
 
uint32_t getSsrc ()
 
void setSSRC (uint32_t ssrc)
 
int getGateId ()
 
void setGateId (int gateId)
 

Protected Attributes

uint32_t ssrc
 
int gateId
 

Constructor & Destructor Documentation

◆ SsrcGate()

inet::rtp::RtpProfile::SsrcGate::SsrcGate ( uint32_t  ssrc = 0)
inline
44 { this->ssrc = ssrc; gateId = 0; }

Member Function Documentation

◆ getGateId()

int inet::rtp::RtpProfile::SsrcGate::getGateId ( )
inline
47 { return gateId; }

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

◆ getSsrc()

uint32_t inet::rtp::RtpProfile::SsrcGate::getSsrc ( )
inline
45 { return ssrc; }

◆ setGateId()

void inet::rtp::RtpProfile::SsrcGate::setGateId ( int  gateId)
inline
48 { this->gateId = gateId; }

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

◆ setSSRC()

void inet::rtp::RtpProfile::SsrcGate::setSSRC ( uint32_t  ssrc)
inline
46 { this->ssrc = ssrc; }

Member Data Documentation

◆ gateId

int inet::rtp::RtpProfile::SsrcGate::gateId
protected

◆ ssrc

uint32_t inet::rtp::RtpProfile::SsrcGate::ssrc
protected

The documentation for this class was generated from the following file:
inet::rtp::RtpProfile::SsrcGate::gateId
int gateId
Definition: RtpProfile.h:41
inet::rtp::RtpProfile::SsrcGate::ssrc
uint32_t ssrc
Definition: RtpProfile.h:40