|
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 |
Definition at line 47 of file RTPProfile.h.
| RTPProfile::SSRCGate::SSRCGate | ( | uint32 | ssrc = 0 | ) | [inline] |
Definition at line 53 of file RTPProfile.h.
| int RTPProfile::SSRCGate::getGateId | ( | ) | [inline] |
| 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().
| void RTPProfile::SSRCGate::setSSRC | ( | uint32 | ssrc | ) | [inline] |
Definition at line 55 of file RTPProfile.h.
int RTPProfile::SSRCGate::gateId [protected] |
Definition at line 51 of file RTPProfile.h.
uint32 RTPProfile::SSRCGate::ssrc [protected] |
Definition at line 50 of file RTPProfile.h.