RTCPPacket.addProfileSpecificExt

Add profile-specific extension data to packet. If packet already contains profile-specific extension data will be appended to the existing extension.

class RTCPPacket
bool
addProfileSpecificExt
(
ubyte[] data
)

Parameters

data ubyte[]

profile-specific data

Return Value

Type: bool

true if the profile specific extension data was added.