C# Class AcoustID.Tests.AudioBuffer

Simple audio buffer.
Inheritance: IAudioConsumer
Mostrar archivo Open project: wo80/AcoustID.NET

Public Properties

Property Type Description
data short[]

Public Methods

Method Description
Consume ( short input, int length ) : void

Method Details

Consume() public method

public Consume ( short input, int length ) : void
input short
length int
return void

Property Details

data public_oe property

public short[] data
return short[]