RtcpCompoundPacketParseData Method |
Parses an array of bytes to one or more RTCP packets.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic List<RtcpPacket> ParseData(
byte[] buffer,
ref uint offset
)
Public Function ParseData (
buffer As Byte(),
ByRef offset As UInteger
) As List(Of RtcpPacket)
public:
List<RtcpPacket^>^ ParseData(
array<unsigned char>^ buffer,
unsigned int% offset
)
member ParseData :
buffer : byte[] *
offset : uint32 byref -> List<RtcpPacket>
Parameters
- buffer
- Type: SystemByte
The buffer. - offset
- Type: SystemUInt32
[in,out] The offset.
Return Value
Type:
ListRtcpPacket
A list of RTCPPacket.
See Also