|
INET Framework for OMNeT++/OMNEST
|
#include <RTPProfile.h>
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 |
| 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().
int RTPProfile::SSRCGate::gateId [protected] |
uint32 RTPProfile::SSRCGate::ssrc [protected] |