BASS.NET API for the Un4seen BASS Audio Library

WaveWriter Methods

BASS.NET API for the Un4seen BASS Audio Library

The WaveWriter type exposes the following members.

Methods

  NameDescription
Public methodClose
Closes the WaveWriter and underlying wave file and updates the wave header accordingly.
Public methodDispose
Disposes the current instance of the WaveWriter and all it's resources.
Protected methodFinalize
Finalization code.
(Overrides ObjectFinalize.)
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.
Public methodCode exampleWriteNoConvert
Use this method to provide sample data to the WaveWriter and write these samples to the wave file.
Top
See Also

Reference