nn::cx::GetCompressionType Function

Syntax

CompressionType GetCompressionType(
     const void * data
);

Arguments

Name Description
in data Pointer to the first byte of data in the compressed data.

Return Values

Returns the compression type.

Description

Gets the compression type from the first byte in the compressed data.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL