C# Class Fingerprinter.Audio.AudioDecoder

Abstract base class for audio decoders
Inheritance: IAudioDecoder
Afficher le fichier Open project: wo80/AcoustID.NET

Protected Properties

Свойство Type Description
BUFFER_SIZE int
channels int
sampleRate int

Méthodes publiques

Méthode Description
Decode ( IAudioConsumer consumer, int maxLength ) : bool
Dispose ( ) : void

Method Details

Decode() public abstract méthode

public abstract Decode ( IAudioConsumer consumer, int maxLength ) : bool
consumer IAudioConsumer
maxLength int
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Property Details

BUFFER_SIZE protected_oe static_oe property

protected static int BUFFER_SIZE
Résultat int

channels protected_oe property

protected int channels
Résultat int

sampleRate protected_oe property

protected int sampleRate
Résultat int