#include <MNRTPdefs.h>
Collaboration diagram for sdes_list_item:
Public Member Functions | |
sdes_list_item (u_int8 type, u_int8 len, char *d) | |
sdes_list_item (const sdes_list_item &orig) | |
virtual | ~sdes_list_item () |
sdes_list_item & | operator= (const sdes_list_item &orig) |
void | write_item_to_buffer (u_int8 *buffer, size_t len) |
Public Attributes | |
SDESItem | sdes_item |
int | prio |
int | send |
|
|
|
|
|
|
|
|
|
|
|
Priority in number of RTCP reports to skip before sending this item again. |
|
|
|
Counter, initialized with prio and dec every time a sdes packet is sent. If 0, then send this sdes. |