Click or drag to resize
InterleaveBuffer Constructor
Constructs an object of InterleaveBuffer.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public InterleaveBuffer(
	int bufferSize,
	int growSize
)

Parameters

bufferSize
Type: SystemInt32
The initial size of the buffer that holds the interleaved data stream.
growSize
Type: SystemInt32
The amount of bytes the buffer grows by when more buffer space is needed.
See Also