C# 클래스 Fingerprinter.Audio.NAudioDecoder

Decode using the NAudio library. Great audio library, but the MP3 decoder is kinda slow.
상속: IDecoder, IDisposable
파일 보기 프로젝트 열기: wo80/AcoustID.NET 1 사용 예제들

공개 메소드들

메소드 설명
Decode ( IAudioConsumer consumer, int maxLength ) : bool
Dispose ( ) : void
Dispose ( bool disposing ) : void
NAudioDecoder ( string file ) : AcoustID.Chromaprint

비공개 메소드들

메소드 설명
Initialize ( ) : void

메소드 상세

Decode() 공개 메소드

public Decode ( IAudioConsumer consumer, int maxLength ) : bool
consumer IAudioConsumer
maxLength int
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( bool disposing ) : void
disposing bool
리턴 void

NAudioDecoder() 공개 메소드

public NAudioDecoder ( string file ) : AcoustID.Chromaprint
file string
리턴 AcoustID.Chromaprint