Click or drag to resize

WaveFile Constructor

Overload List
  Name Description
Public method WaveFile Creates a new empty in-memory wave file using standard CD quality settings.
Public method WaveFile(Int32, Int16, Int16) Creates a new empty in-memory wave file in Pulse Code Modulation (PCM) audio format.
Public method WaveFile(SampleRate, BitsPerSample, DataChannels) Creates a new empty in-memory wave file in Pulse Code Modulation (PCM) audio format.
Public method WaveFile(Int32, Int16, Int16, UInt16) Creates a new empty in-memory wave file in specified audio format.
Public method WaveFile(RiffHeaderChunk, WaveFormatChunk, WaveDataChunk, ListInfoChunk) Creates a new empty in-memory wave file using existing constituent chunks.
Public method WaveFile(SampleRate, BitsPerSample, DataChannels, WaveFormat) Creates a new empty in-memory wave file in specified audio format.
Top
See Also