Click or drag to resize
SoDataCompressorGetCompressedBuffer Method

Returns 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> GetCompressedBuffer()

Return Value

Type: SbNativeArrayByte

A pointer to the compressed data.

Remarks

This pointer must not be deleted.

See Also