Click or drag to resize
InterleaveBufferAddBuffer Method (Byte, Int32, Int32)
Adds data to the internal interleave buffer, so it can be parsed.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void AddBuffer(
	byte[] buffer,
	int bufferOffset,
	int bufferLength
)

Parameters

buffer
Type: SystemByte
The buffer to be added.
bufferOffset
Type: SystemInt32
The offset into the buffer passed.
bufferLength
Type: SystemInt32
The number of valid bytes in the buffer.
See Also