Click or drag to resize
SoDataCompressorGetCompressedBuffer Method

Returns the compressed data.

Namespace: OIV.LDM.Compressors
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.2.2.0 (10.16.2.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