Click or drag to resize
RtcpCompoundPacketToOffsetBuffer Method
Compiles all RTCP packets in the compound packet to a single array of bytes.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public OffsetBuffer<byte> ToOffsetBuffer()

Return Value

Type: OffsetBufferByte
This object as an OffsetBuffer<byte>
Exceptions
ExceptionCondition
Exception Thrown when an exception error condition occurs.
See Also