RTCPPacket.xrGetRleInfo

Parse the extended report block for Loss RLE and Duplicated LRE block type.

class RTCPPacket
bool
xrGetRleInfo
(
out uint ssrc
,
out ubyte thinning
,
out ushort beginSeq
,
out ushort endSeq
,
out uint chunkCount
)

Parameters

ssrc uint

the SSRC of the RTP data packet source being reported upon by this report block.

thinning ubyte

the amount of thinning performed on the sequence number space.

beginSeq ushort

the first sequence number that this block reports on.

endSeq ushort

the last sequence number that this block reports on plus one.

chunkCount uint

the number of chunks calculated by block length.

Return Value

Type: bool

true if the report block is correctly parsed.