Click or drag to resize
RtcpCompoundPacketParseData Method
Parses an array of bytes to one or more RTCP packets.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public List<RtcpPacket> ParseData(
	byte[] buffer,
	ref uint offset
)

Parameters

buffer
Type: SystemByte
The buffer.
offset
Type: SystemUInt32
[in,out] The offset.

Return Value

Type: ListRtcpPacket
A list of RTCPPacket.
See Also