RTCPPacket.byeAddSsrc

Add ssrc to the BYE packet.

class RTCPPacket
bool
byeAddSsrc
(
uint ssrc
)

Parameters

ssrc uint

an SSRC to add

Return Value

Type: bool

true if the ssrc was 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.