C# Class AcoustID.Chromaprint.FingerprintDecompressor

TODO: Update summary.
显示文件 Open project: wo80/AcoustID.NET Class Usage Examples

Public Methods

Method Description
Decompress ( string data, int &algorithm ) : int[]

Decompress a fingerprint string.

Private Methods

Method Description
ReadExceptionBits ( BitStringReader reader ) : bool
ReadNormalBits ( BitStringReader reader ) : bool
UnpackBits ( ) : void

Method Details

Decompress() public method

Decompress a fingerprint string.
public Decompress ( string data, int &algorithm ) : int[]
data string The fingerprint string.
algorithm int The algorithm used to compute the fingerprint (output).
return int[]