Click or drag to resize
Rtp4629ToByteArray Method (Byte, UInt32)
The function compiles the RTP packet header and payload into a array of type Byte.

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 receive the compile RTP packet.
offset
Type: SystemUInt32
[in,out] The offset into the buffer after it was filled. (representing the size of the packet)
See Also