Click or drag to resize
OffsetBufferT Constructor (Int32)
Constructor. Creates a new Array with a given size.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public OffsetBuffer(
	int size
)

Parameters

size
Type: SystemInt32
The size.
See Also