Click or drag to resize
RtcpSenderReportToByteArray Method
Compiles the contents of the packets into an array of bytes.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public override void ToByteArray(
	byte[] buffer,
	ref uint offset
)

Parameters

buffer
Type: SystemByte
The buffer to compile the contents to. This should be big enough to hold all instances.
offset
Type: SystemUInt32
[in,out] A reference to an unsigned integer to pass into the function.
See Also