Overload List
| Name | Description | |
|---|---|---|
| Write(Byte, Int32) |
Use this method to provide 8-bit sample data to the WaveWriter and write these samples to the wave file.
| |
| Write(Int16, Int32) |
Use this method to provide 16-bit sample data to the WaveWriter and write these samples to the wave file.
| |
| Write(IntPtr, Int32) |
Use this method to provide the sample data to the WaveWriter and write these samples to the wave file.
| |
| Write(Single, Int32) |
Use this method to provide 32-bit sample data to the WaveWriter and write these samples to the wave file.
|
See Also