RTCPPacket.byeAddSsrcs

Adds len SSRCs in ssrc to BYE packet.

class RTCPPacket
bool
byeAddSsrcs
(
uint[] ssrc
)

Parameters

ssrc uint[]

an array of SSRCs to add

Return Value

Type: bool

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 #GST_RTCP_MAX_BYE_SSRC_COUNT.