C# Class Fingerprinter.Audio.AudioDecoder

Abstract base class for audio decoders
Inheritance: IAudioDecoder
Exibir arquivo Open project: wo80/AcoustID.NET

Protected Properties

Property Type Description
BUFFER_SIZE int
channels int
sampleRate int

Public Methods

Method Description
Decode ( IAudioConsumer consumer, int maxLength ) : bool
Dispose ( ) : void

Method Details

Decode() public abstract method

public abstract Decode ( IAudioConsumer consumer, int maxLength ) : bool
consumer IAudioConsumer
maxLength int
return bool

Dispose() public method

public Dispose ( ) : void
return void

Property Details

BUFFER_SIZE protected_oe static_oe property

protected static int BUFFER_SIZE
return int

channels protected_oe property

protected int channels
return int

sampleRate protected_oe property

protected int sampleRate
return int