C# 클래스 AcoustID.Chromaprint.FingerprinterConfiguration

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

보호된 프로퍼티들

프로퍼티 타입 설명
kChromaFilterCoefficients double[]
m_classifiers AcoustID.Chromaprint.Classifier[]
m_filter_coefficients double[]
m_interpolate bool
m_remove_silence bool
m_silence_threshold int

공개 메소드들

메소드 설명
CreateConfiguration ( AcoustID.Chromaprint.ChromaprintAlgorithm algorithm ) : FingerprinterConfiguration

메소드 상세

CreateConfiguration() 공개 정적인 메소드

public static CreateConfiguration ( AcoustID.Chromaprint.ChromaprintAlgorithm algorithm ) : FingerprinterConfiguration
algorithm AcoustID.Chromaprint.ChromaprintAlgorithm
리턴 FingerprinterConfiguration

프로퍼티 상세

kChromaFilterCoefficients 보호되어 있는 정적으로 프로퍼티

protected static double[] kChromaFilterCoefficients
리턴 double[]

m_classifiers 보호되어 있는 프로퍼티

protected Classifier[],AcoustID.Chromaprint m_classifiers
리턴 AcoustID.Chromaprint.Classifier[]

m_filter_coefficients 보호되어 있는 프로퍼티

protected double[] m_filter_coefficients
리턴 double[]

m_interpolate 보호되어 있는 프로퍼티

protected bool m_interpolate
리턴 bool

m_remove_silence 보호되어 있는 프로퍼티

protected bool m_remove_silence
리턴 bool

m_silence_threshold 보호되어 있는 프로퍼티

protected int m_silence_threshold
리턴 int