Click or drag to resize
OffsetBufferT Constructor (T, Int32, Int32)
Constructor.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public OffsetBuffer(
	T[] array,
	int offset,
	int count
)

Parameters

array
Type: T
The array.
offset
Type: SystemInt32
The offset.
count
Type: SystemInt32
Number of.
See Also