sdes_add_item
Description:
public bool sdes_add_item (uint32 ssrc)
Add a new SDES item for ssrc
to this.
Parameters:
this |
a valid SDES Packet
|
ssrc |
the SSRC of the new item to add
|
Returns:
true if the item could be added, false if the maximum amount of items has been exceeded for the SDES
packet or the MTU has been reached.
|