RtcpCompoundPacketToOffsetBuffer Method |
Compiles all RTCP packets in the compound packet to a single array of bytes.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public OffsetBuffer<byte> ToOffsetBuffer()
Public Function ToOffsetBuffer As OffsetBuffer(Of Byte)
public:
OffsetBuffer<unsigned char>^ ToOffsetBuffer()
member ToOffsetBuffer : unit -> OffsetBuffer<byte>
Return Value
Type:
OffsetBufferByte
This object as an OffsetBuffer<byte>
Exceptions Exception | Condition |
---|
Exception | Thrown when an exception error condition occurs. |
See Also