C# 클래스 AcoustID.Chromaprint.SilenceRemover

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Consume ( short input, int length ) : void
Flush ( ) : void
Reset ( int sample_rate, int num_channels ) : bool
SilenceRemover ( IAudioConsumer consumer, int threshold ) : System

메소드 상세

Consume() 공개 메소드

public Consume ( short input, int length ) : void
input short
length int
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( int sample_rate, int num_channels ) : bool
sample_rate int
num_channels int
리턴 bool

SilenceRemover() 공개 메소드

public SilenceRemover ( IAudioConsumer consumer, int threshold ) : System
consumer IAudioConsumer
threshold int
리턴 System