|
|
This class manages an RTCP BYE message
See also: RTCPSender, RTCPReceiver, RTCPAbstractServer
RTCPBye () |
Constructor.
RTCPBye (const card8 count) |
Constructor.
Parameters:
Count | count. |
void init (const card8 count) |
Initialize.
Parameters:
Count | count. |
inline card32 getSource (const cardinal index) |
Get source at given index.
Parameters:
index | Index. |
Returns: Source.
inline void setSource (const cardinal index, const card32 source) |
Set source at given index.
Parameters:
index | Index. |
source | Source. |