bye_add_ssrcs
Description:
public bool bye_add_ssrcs (uint32[] ssrc)
Adds ssrc.length
SSRCs in ssrc
to BYE this.
Parameters:
this |
a valid BYE Packet
|
ssrc |
an array of SSRCs to add
|
len |
number of elements in ssrc
|
Returns:
true if the all the SSRCs were added. This function can return false if the max MTU is exceeded or the
number of sources blocks is greater than MAX_BYE_SSRC_COUNT.
|