BASS.NET API for the Un4seen BASS Audio Library

WaveWriterWrite Method

BASS.NET API for the Un4seen BASS Audio Library
Overload List

  NameDescription
Public methodCode exampleWrite(Byte, Int32)
Use this method to provide 8-bit sample data to the WaveWriter and write these samples to the wave file.
Public methodCode exampleWrite(Int16, Int32)
Use this method to provide 16-bit sample data to the WaveWriter and write these samples to the wave file.
Public methodCode exampleWrite(IntPtr, Int32)
Use this method to provide the sample data to the WaveWriter and write these samples to the wave file.
Public methodCode exampleWrite(Single, Int32)
Use this method to provide 32-bit sample data to the WaveWriter and write these samples to the wave file.
Top
See Also

Reference