Click or drag to resize
SoDataCompressorAllocateCompressedBuffer Method

Allocates the internal buffer to hold the compressed data.

Namespace: OIV.LDM.Compressors
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SbNativeArray<byte> AllocateCompressedBuffer(
	ulong size
)

Parameters

size
Type: SystemUInt64

is the size to allocate in bytes.

Return Value

Type: SbNativeArrayByte
Remarks

See Also