Wave |
The WaveBuffer type exposes the following members.
| Name | Description | |
|---|---|---|
| WaveBuffer(Byte) | Initializes a new instance of the WaveBuffer class binded to a specific byte buffer. | |
| WaveBuffer(Int32) | Initializes a new instance of the WaveBuffer class. |
| Name | Description | |
|---|---|---|
| ByteBuffer | Gets the byte buffer. | |
| ByteBufferCount | Gets or sets the byte buffer count. | |
| FloatBuffer | Gets the float buffer. | |
| FloatBufferCount | Gets or sets the float buffer count. | |
| IntBuffer | Gets the int buffer. | |
| IntBufferCount | Gets or sets the int buffer count. | |
| MaxSize | Gets the max size in bytes of the byte buffer.. | |
| ShortBuffer | Gets the short buffer. | |
| ShortBufferCount | Gets or sets the short buffer count. |
| Name | Description | |
|---|---|---|
| BindTo | Binds this WaveBuffer instance to a specific byte buffer. | |
| Clear | Clears the associated buffer. | |
| Copy | Copy this WaveBuffer to a destination buffer up to ByteBufferCount bytes. |
| Name | Description | |
|---|---|---|
| (WaveBuffer to Byte) | Performs an implicit conversion from [!:NAudio.Wave.WaveBuffer] to Byte. | |
| (WaveBuffer to Int16) | Performs an implicit conversion from [!:NAudio.Wave.WaveBuffer] to Int16. | |
| (WaveBuffer to Int32) | Performs an implicit conversion from [!:NAudio.Wave.WaveBuffer] to Int32. | |
| (WaveBuffer to Single) | Performs an implicit conversion from [!:NAudio.Wave.WaveBuffer] to Single. |
| Name | Description | |
|---|---|---|
| numberOfBytes | Number of Bytes |