#include <RTPSSRCGate.h>
Public Member Functions | |
| RTPSSRCGate (u_int ssrc=0) | |
| RTPSSRCGate (const RTPSSRCGate &rtpSSRCGate) | |
| virtual | ~RTPSSRCGate () |
| virtual u_int32 | ssrc () |
| virtual void | setSSRC (u_int32 ssrc) |
| virtual int | gateId () |
| virtual void | setGateId (int gateId) |
Protected Attributes | |
| u_int32 | _ssrc |
| int | _gateId |
|
|
Default constructor. |
|
|
Copy constructor. |
|
|
Destructor. |
|
|
Returns the id of the gate. |
|
|
Sets the id of the gate. |
|
|
Sets the ssrc identifier. |
|
|
Returns the ssrc identifier. |
|
|
The gate id. |
|
|
The ssrc identifier. |
1.4.2