C# 클래스 AcoustID.Chromaprint.FingerprintCompressor

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

공개 메소드들

메소드 설명
Compress ( int data, int algorithm ) : string

Compress a fingerprint data array.

비공개 메소드들

메소드 설명
ProcessSubfingerprint ( uint x ) : void
WriteExceptionBits ( ) : void
WriteNormalBits ( ) : void

메소드 상세

Compress() 공개 메소드

Compress a fingerprint data array.
public Compress ( int data, int algorithm ) : string
data int The fingerprint (array of 32-bit integers).
algorithm int The algorithm used to compute the fingerprint.
리턴 string