C# 클래스 AcoustID.Chromaprint.FingerprintDecompressor

TODO: Update summary.
파일 보기 프로젝트 열기: wo80/AcoustID.NET 1 사용 예제들

공개 메소드들

메소드 설명
Decompress ( string data, int &algorithm ) : int[]

Decompress a fingerprint string.

비공개 메소드들

메소드 설명
ReadExceptionBits ( BitStringReader reader ) : bool
ReadNormalBits ( BitStringReader reader ) : bool
UnpackBits ( ) : void

메소드 상세

Decompress() 공개 메소드

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).
리턴 int[]