Xeno-rat
|
Classes | |
class | NAudio.Wave.WaveBuffer |
WaveBuffer class use to store wave datas. Data can be manipulated with arrays (ByteBuffer,FloatBuffer,ShortBuffer,IntBuffer ) that are pointing to the same memory buffer. Use the associated Count property based on the type of buffer to get the number of data in the buffer. Implicit casting is now supported to float[], byte[], int[], short[]. You must not use Length on returned arrays. More... | |
Namespaces | |
namespace | NAudio |
namespace | NAudio.Wave |